Quote:
Originally Posted by shahzad0078
can i develop a navigation based iphone app whose first (main) screen is not a uitableview. When you click on button on first screen then then uitableview opens ??
|
Sure you can put whatever you want in the custom content view. See UINavigationController documentation. However is there going to be anything else besides the button? Will the first screen be useless with only the button to push? That would be annoying.