ios - UISplitView equivalent on the iPhone. -
i have ipad app attempting create universal , port on iphone next tutorial. http://www.appcoda.com/ios-univeral-app-tutorial/ (feel free post link if believe help me).
so far, have added new storyboard file, named main_iphone.storyboard , configured target etc. ipad app uisplitview controller, options on side (in master view) command detailview.
what want know iphone equivalent of object made aware cannot used on iphone. guidance needed on one.
thanks.
this generalized reply since have no thought app does.
the rootviewcontroller of app should navigation controller. the root controller of navigation controller should view controller on left side of split view controller. i'm going assume tableviewcontroller.
when user selects row in tableview controller, force view controller on right side of split controller.
now have master-child relationship.
ios iphone objective-c
No comments:
Post a Comment