tags:

views:

17

answers:

1

i have some problem.. i have created a dynamic button in a table view. I want to know the method of opening a new view controller when i click the dynamic button in the table view.

A: 

Usually we have 2 ways to do that.

Present Modal View Controller

Push another view controller using navigation controller

vodkhang