ios - How to implement xcode storyboard with left side menu (without slide)? -
i tried search on website don't found want.
i'm developing first ipad app xcode (ios 7) , i'd put list displayed @ left , when clicking on elements of list view controller has changed.
should use masterdetail ? or else?
how can represent in storyboard?
thanks
yes, use master detail template. create uisplitview
list on left , detail view on right. can adjust code needs.
Comments
Post a Comment