Closed tanakorn-dev closed 6 years ago
Hey! May I see your AppDelegate that sets up the TabsController?
@danieldahan This is my AppDelegate.
Okay, so the first view in the hierarchy that will be looked for using the TabsController is actually the UINavigationController
. The line:
self.homeNavi = ...
So put the TabItem
code in there, by subclassing the UINavigationController
.
That's it. In the future, I will make a feature that sniffs lower in the hierarchy, but for now, it uses only the first controller it detects.
If you have any further issues, please reopen this issue. Thank you!
Hi, I am code from your sample project but I have problem.
Please help me.