This question is already asked but was still not answered. (here)
I have made a UIViewController that looks like ABPersonViewController view with some added buttons.
I also have the edit button at the right navigation bar that already have a function of calling the ABPersonViewController, I know it is possible to programmatically load the edit view of it but i just can’t find the right code. (Viber does this)
Any help would be appreciated. Thanks 🙂
If the Edit button is just the standard
Then that means that you probably have a UITableView and inside of the viewWillAppear method you can just call
However, if the code has an Edit method, then just call that method from viewWillAppear.