
Hi,
I am looking the code for self.navigationController pushViewController. Can anyone tell me how write its code?
Thanks

Hi,
ImageEditor *myViewC = [[ImageEditor alloc] initWithNibName:@"ImageEditor" bundle:[NSBundle mainBundle]]; [self.navigationController pushViewController:myViewC animated:YES]; [myViewC release]; myViewC = nil;
Thanks

Hi,
ImageEditor *myViewC = [[ImageEditor alloc] initWithNibName:@"ImageEditor" bundle:[NSBundle mainBundle]]; [self.navigationController pushViewController:myViewC animated:YES]; [myViewC release]; myViewC = nil;
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.