Louis Feng | Out of Core

brain dump of things

  • Home
  • Blog
    • Tools
    • Algorithms
    • Design
    • Code
  • Projects
    • Shell Maps
    • Anisotropic Noise Samples
  • About
You are here: Home / Archives for Blog / Mobile

iOS Development: Proper Use of initWithNibName:bundle: Affects UITableViewController

July 6, 2011 by Louis Feng Leave a Comment

I think this post will be useful to someone new to the iOS development. One of the most important and commonly used classes in Cocoa is UIViewController. Creating any non-trivial application will involve subclass and creating your own view controller. There are a lot of topics and tutorials elsewhere, so I’m not going to repeat […]

Filed Under: Blog, Code, Mobile Tagged With: cocoa, iOS, ipad, iphone, nib, software engineering, UITableViewController, UIViewController

Programming iOS 4: Making Simple Ideas Complicated?

June 30, 2011 by Louis Feng 2 Comments

I have done a bit of iOS development lately. While trying to get myself familiarized with the new platform, I came across this book titled “Programming iOS 4″. I skimmed through some sections and found this paragraph: You should not use a view controller in any other way. It is not, for example, appropriate to […]

Filed Under: Code, Mobile Tagged With: book, iOS, ipad, iphone, view controller

Archives

  • February 2012
  • July 2011
  • June 2011
  • April 2011
  • March 2011
  • December 2010

Tags

adobe flash apple book C++ clang cocoa container diff GDB html iOS ipad ipad 2 iphone iterator list llvm map memory leak nib review software engineering stl UITableViewController UIViewController vector vectorization view controller windows

Return to top of page

Copyright © 2015 Louis Feng | Out of Core