¡@

Home 

2014/10/15 ¤U¤È 10:11:08

iphone Programming Glossary: listsviewcontroller

Passing data between two controllers using storyboards

http://stackoverflow.com/questions/19445317/passing-data-between-two-controllers-using-storyboards

YES self.tableView deselectRowAtIndexPath indexPath animated YES void showList Subject subject animated BOOL animated ListsViewController lists ListsViewController alloc initWithStyle UITableViewStyleGrouped lists.subject subject NSLog @ @ lists.subject self.. indexPath animated YES void showList Subject subject animated BOOL animated ListsViewController lists ListsViewController alloc initWithStyle UITableViewStyleGrouped lists.subject subject NSLog @ @ lists.subject self performSegueWithIdentifier.. that it had the data I wanted had been passed over. However when I perform the segue and log the subject in the ListsViewController is shows null. Any ideas iphone ios objective c storyboard segue share improve this question You need to overwrite..