Goktug Gumus
Goktug Gumus
Thanks for the advice @YuantongL, I was also trying to hack but couldn't reach the active tab index which is reactive. At least, if the library could provide this value...
@YuantongL I found a way without too much hacking. First, you need to hide the UITabBar globally. ``` UITabBar.appearance().isHidden = true ``` And then you need to create an environment...
Your approach only relies on tab clicks, if you want to navigate through tabs via the router, your approach will fail. E.g. deep link. WDYT?
> @bofeizhu @nonameplum > > I created a sample project and tried to install Carbon with CocoaPods and it worked, can you tell me more about the error? > >...
Any update?
I've faced same problem. Does anybody know about this?
I am experiencing the same issue as well. `dlib==19.24.2` is working fine but I am having an issue with the latest release. P.S. Trying it in dockerized env.
@stanleyugwu Any update?