You are currently viewing the BOOK: Beginning iOS 5 Application Development section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
On Page 82, Step 1, the sentence "Ensure that the "With XIB for user interface" checkbox is unchecked" should be deleted. Readers should create a View Controller, together with an XIB file.
CHAPTER 4 Adding a View Controller and Views Programmatically
hello there if anyone can help me about that ;
in CHAPTER 4 Adding a View Controller and Views Programmatically example i tried it many times and it gives me an error in step 5 when we write secondViewController =
[[SecondViewController alloc] initWithNibName:@âSecondViewControllerâ
please help me is it working with xcode version 4.3.1 or what is the problem ?
I ran into the same problem. I had manually added the .xib file in after reading this errata, and found you need to follow these instructions to get it recognized: http://stackoverflow.com/a/6395750