uiview loading other views.

Posted by CocoaNewBee on Stack Overflow See other posts from Stack Overflow or by CocoaNewBee
Published on 2010-03-25T12:47:50Z Indexed on 2010/03/25 13:03 UTC
Read the original article Hit count: 439

I have a .h file containing... myViewController : UIViewController {}

in the .m file I need to load either another view or a tab view depending on choice of the user.

Does anyone have a good example that I can borrow and learn from ??

thanks!!

© Stack Overflow or respective owner

Related posts about uiview

Related posts about uiviewcontroller