You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug that I think I found is that if root view controller for navigation controller inherits from view controller all works fine (I have print statement in ScrollViewController.viewDidLoad and it gets printed when the app starts, however the MyTableViewController print statement doesn't get executed and looking from view debugger, the root view controller for the first tab is UITableViewController, but the instance for the second tab is ScrollViewController as it should be.
I have added rowHeight attributes as the rows in the first tabe are only around 20pts high:
The text was updated successfully, but these errors were encountered:
How can I set a custom table view controller for the
UINavigationController
? Here's a thing that I have:Main.xml
MyTableViewController.xml
ScrollViewController
The bug that I think I found is that if root view controller for navigation controller inherits from view controller all works fine (I have print statement in
ScrollViewController.viewDidLoad
and it gets printed when the app starts, however theMyTableViewController
print statement doesn't get executed and looking from view debugger, the root view controller for the first tab isUITableViewController
, but the instance for the second tab isScrollViewController
as it should be.I have added
rowHeight
attributes as the rows in the first tabe are only around 20pts high:The text was updated successfully, but these errors were encountered: