How to make a navigation based app using iOS SDK 5.0 in Xcode 4.2?

How to create navigation based applications in new Xcode 4.2 with sdk 5.0? When I used the iOS SDK 4.3, I used a navigation application when creating projects from Xcode. Now it seems that Apple has removed the option for navigation-based applications from the new version.

+4
source share
1 answer

there is no viewController class with a new project based on navigation in 4.2 (last). A navigation application known as beta based application in 4.2. so you need to add subclasses of the controller manually. Thanks

+1
source

Source: https://habr.com/ru/post/1381254/


All Articles