vendredi 4 juillet 2014

how to push the ViewController in customize Tableview Cell


Vote count:

0




I'm using Using Customize table cell and have a button action in that cell and tapping on that should take me to another ViewController, I'm using this code inside the button action but i's not working out:



PhotoViewController *photo = [[PhotoViewController alloc]initWithNibName:@"PhotoViewController" bundle:nil];
[self.navigationController pushViewController:photo animated:YES];


Help me out, Thanks in Advance



asked 41 secs ago






Aucun commentaire:

Enregistrer un commentaire