CarbonKit
CarbonKit copied to clipboard
How to Change CarbonTabSwipeNavigation Index Programatically?
I want to move to first Index programatically when user come back to that controller, how can I achieve this?
Please guide me..
Thanks in Advance.
You should try [_carbonTabSwipeNavigation setCurrentTabIndex:index withAnimation:YES]
.