xmartlabs / XLPagerTabStrip

Android PagerTabStrip for iOS.
MIT License
6.97k stars 1.32k forks source link

Initial selected index #835

Closed Prorokius closed 2 years ago

Prorokius commented 2 years ago

Hi I have 3 tabs with XLPagerTabStrip: Closed - Opened - Upcoming When user open this screen, by default it's present VC with "Closed" But when this screen opened first, I need to open middle tab bar and user shouldn't see this. Can I make this? P.S. I know about func self.moveToViewController(at: <Int>) but it visible for user

Prorokius commented 2 years ago

Found this problem with solving in issues :D