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
For example I need to show "login view controller" and if user input login and password then I need to show "profile view controller. How to do that with this control?
I try to overwrite viewControllers property but it seems your control appends changes instead of replacing
And of course tabBar property is made private which doesn't allow to fix this bug externally. Even if I find it as a subview - each its method is marked private!
Men if you develop a public library for using with cocoapods use private in exception cases only!
The text was updated successfully, but these errors were encountered:
For example I need to show "login view controller" and if user input login and password then I need to show "profile view controller. How to do that with this control?
I try to overwrite
viewControllers
property but it seems your control appends changes instead of replacingAnd of course
tabBar
property is made private which doesn't allow to fix this bug externally. Even if I find it as a subview - each its method is marked private!Men if you develop a public library for using with cocoapods use
private
in exception cases only!The text was updated successfully, but these errors were encountered: