guilhermearaujo / GUITabPagerViewController

MIT License
454 stars 69 forks source link

How to move to a specific tab index on button click ? #24

Closed nnaavveenn35 closed 7 years ago

nnaavveenn35 commented 8 years ago

Hi, I have a collectoin view and when i click on one item i need to open another view controller with GUITabPagerViewController and show corresponding tab. At this moment always it opens first tab.

Is there any solution for this?

BasimMajeed commented 8 years ago

These function are already defined:

[self selectTabbarIndex:20]; [self selectTabbarIndex:20 animation:YES];