Archive for the ‘ UIViewControllers – Modal Views ’ Category
This post helps you with pushing or presenting modal views from a uiviewcontroller. There were two ways to do this. First is Without using a NIB. (just a UIView class) See Code below. // Implement loadView to create a view hierarchy programmatically, without using a nib. - (void)loadView { test1View *m_test1View = [[test1View alloc] initWithFrame:[UIScreen [ READ MORE ]
Enter your email address to subscribe to this blog and receive notifications of new posts by email.
Join 4 other followers
Get every new post delivered to your Inbox.