You are currently viewing the BOOK: Beginning iOS 5 Application Development section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
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