Quote:
Originally Posted by thepianoguy
What messages are appearing in the console?
|
Hi I have fixed the issue.
In console it shows the following message
Loaded the ABCViewController nib but the view outlet was not set.
I googled this error and found the following:
View's outlet (which is named "view") was not set; by dragging the New Referencing Outlet over to the File's Owner icon view's outlet will be set.
And I did the same and it fixed the issue.
Actually in the Beginning iPad Application Development book in the outlet examples he did not mention this step. I am new to Apple native app programming. Hence I tried to follow exactly the steps given in the book. Hence this problem.
Anyhow thankyou for your help.