I have two UITableViewControllers. One displays a list of names and on tapping any cell will push the second TableViewController which enables the user to edit the name in a UIT
There are several ways to do this. I, personally, use a third-party class to house strings and just reference that class as I move between UITableViews.