my application is having 3 different uiviewcontrollers say 1,2,3. I have added navigation controller to the application programatically. from the 1st viewController i'm calling 2nd viewController by pushViewController. from 2nd view controller i'm calling 3rd viewController by pushViewController. on 3rd i'm adding 2nd v开发者_JAVA百科iew controller's view for half screen. again from that added view i'm trying to call 3rd viewCOntroller..but no luck. Can anyone please help me in this??
You can consider using a splitview controller.
精彩评论