UINavigation Controller from scratch help
How do I create a NavigationController with a TableView inside of it from scratch (putting it into my existing project without using the template)? Can I do it with only one view controller and xib or will I more? Are there any tutorials someone can point me to? Thanks.开发者_Go百科
You can do it with or without a nib file.
I think you should watch the first 10 minutes of this tutorial !
精彩评论