objective c - How to implement utility application with navigation based flipside? -
i create utility application has navigation based flipside, or "info", view. efficient way accomplish be? think 'simply' need make root view controller flipside view...but understand conceptually...not how go or, @ least, not confident know how go it.
i apologize "make app" nature of question have books , books , books...but shakes out differently when want make own project.
you can use view controller flipside view, or create / load view in app delegate. in latter case, can set delegate respond info button press, , set transition new view have button (which app delegate responds to) transitions previous view.
there basic tutorial found here:
http://www.iphonedevsdk.com/forum/iphone-sdk-development/12222-how-do-i-create-uiview-flip-animation.html#post104474
should able @ least started.
Comments
Post a Comment