Navigate to new view controller in uipagecontrol subview?

Up vote 0 down vote favorite share g+ share fb share tw.

Im using buttons in uipagecontrole subview. Its like a image gallery. I want to when user click the button its navigate to new view.

It should navigate out side of pagecontrole. - (void)buttonClick:(id)sender{ CameraOrImageGallerySelectingViewController *mm= self. Storyboard instantiateViewControllerWithIdentifier:@"CameraOrImageGallerySelectingViewController"; UINavigationController *nvc = UINavigationController alloc initWithRootViewController:mm; self navigationController presentModalViewController:nvc animated:NO; mm release; } this is the code I use.

Problem is it navigate to new view. But it always in uipagecontrol I use delegate but it didn't work. Any one have idea about it.

Iphone ios uipagecontrol subviews link|improve this question asked Apr 4 at 13:23mychar33.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions