iOS: 3 Ways to Create Views

January 25, 2015

Reading time ~1 minute

I just started to learn iOS dev. And I discovered 3 ways to organized and navigate views for iOS.

  • Storyboard
  • Xib
  • By programming code

I initially followed the tutorial provided by Apple, and it instructs to use storyboard to organize views, which is visualizable. And later on I found some other projects are using xib. Some articles summrized the pro/con of those two methods. But the most interesting/technical way is to write view by code. I dig into the source code of Anypic, and fonud that programming the view is more universal though less visualizable. But I still love the third one. I found an article the compares the 3 methods for reference.

Why coding algorithms

Article explains my thoughts on continue solving algorithms challenges. Continue reading

Independent Film: Tiger Eyes

Published on February 13, 2015

Overview of Angular JS

Published on February 09, 2015