objective c - Transition to a view in table with dynamic cells -
I am creating a tableview and I fill the table dynamic data.
How to make a transition between the cell and the other
I use the storyboard.
The app for the iPad.
You can transition from cell to second view using the following code SelectionRowAtIndexPath: (NSIndexPath *) Index Path {anotherView * obj = [[Other View Alloc] initWithNibName: @ "AnotherView"
- (zero) table view: (UITableView *) Bundle: zero]; [Self. Navigation controller Push ViewController: animated obj: yes]; [Obj release]; } This method is a representative method of the table view and when you select any cell, it will be called and will go to another view
Comments
Post a Comment