I have a custom UIViewController "ProfileController" with 2 child children - the most important of which is the child view of the container into which the UITableViewController is embedded. How to access the UITableViewController from the "ProfileController" so that I can dynamically configure the "static" cells that I use to display user profile information.
I did not want to use the standalone UITableViewController, since I cannot add additional settings to the user interface for the profile screen. Thank!
... I'm sorry that I canβt create static cells for the standard UITableView in the storyboard, as I found out that the implementation of the apples of the static cells is closely related to the UITableViewController. Bummer, really.
source
share