-
Notifications
You must be signed in to change notification settings - Fork 163
Load every tabs at once #34
Comments
Yes it's possible. lets say: for (int i = 1; i < numberOfTabs; i++)
[tabSwipe setCurrentTabIndex:i];
[tabSwipe setCurrentTabIndex:0]; Thanks |
Works perfectly, thanks ! |
Hi, excuse me but the solution |
Hi @ZoeVale, |
Hi, yes. I created a method "careateTabSwipes" that i call in my viewDidLoad
[tabSwipe setCurrentTabIndex:0]; } |
Confirmed! |
Thank you man. |
use the last release |
I'm going to use this version tomorrow. |
Hi, I'd like to know if it's possible to load every tabs once, to navigate flawlessly between them (and not one by one when you switch them).
Thanks
The text was updated successfully, but these errors were encountered: