Create a template mechanism in Objective-C for iPad applications

Posted by Flex_Addicted on Stack Overflow See other posts from Stack Overflow or by Flex_Addicted
Published on 2011-02-27T14:51:20Z Indexed on 2011/02/27 15:25 UTC
Read the original article Hit count: 397

Filed under:
|

I'm looking for a solution to create a sort of template in Objective C. I'll try to explain my problem. I would create a sort of main view which has 1 side bar that remain always visible. This side bar have controls. The main view is responsible to load a Navigation Controller (UINavigationController seems to be ok) that manages other views. When switching a view to another, the sidebar always remain visible under the Navigation Controller and its views. Through the controls of the sidebar, it's possible to send event to a specific view loaded by the Navigation Controller.

Any idea to create a similar template?

Thank you. Best regards.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa-touch