-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to set selectedIndex #4
Comments
I also tried changing in
|
It would be great if there is a function to change the selectedTab from any of the child class. |
My solution is, copy the 4 swift files form Pod in your Project and delete the pod. After that you can modify the |
Hi @kaigothe, did you find the solution if so, you can push it to the repo and we are happy to have you with us as a contributor . |
Any solution for this?? |
@kaigothe Thanks, it's working... |
I have solution for above issue, follow the steps. Line No : 137 , Class SOTabBar
Step 2: class SOTabBarController, set below function at line no : 77
Step 3: Call the function from your Tabbar class
|
i am trying to set initial index to '2' but it's not working.
I even tried to change the selectedIndex in the library but its not working.
i also tried to set the index in the podfile but it's not working for me.
open class SOTabBarController: UIViewController, SOTabBarDelegate {
The text was updated successfully, but these errors were encountered: