0

I am using master-detail application and in master tableview I have 4 active entries. By tapping on cell in master tableview I want to open new viewcontroller in detail view.

And I want to do for all 4 active cells.

I am new to iphone. so give me some idea.

thanx in advance.

user1954352
  • 1,577
  • 4
  • 14
  • 16

2 Answers2

0

First you create 4 view controller. then you can use segue (keep Control and drag from one of the cell in Table to one of view controller.the Style of segue should be "Replace". do this for all of 4 cells and 4 view controller.

Alec Timo
  • 1
  • 2