smahajan28 / SMSwipeableTabView

Swipeable Views with Tabs (Like Android SwipeView With Tabs Layout)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to programatically set default selected index for the view controllers?

amit2908 opened this issue · comments

I have four view controllers as four tabs. I want to load the container with 3rd view controller selected by default. How can I achieve it? Thanks in advance for the help.