DEV Community

Joesta Sebolela
Joesta Sebolela

Posted on

Pass UITableView Member to another View Controller

I have a View Controller and UIView embedded in it. The UIView has a TableViewController with defined properties. How do i get a property value define in the UITableViewController within the ViewController and pass it to another view controller when a button is clicked.

Top comments (0)