xmartlabs / XLPagerTabStrip

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

Pre-show settings #717

Open dimonuch1 opened 5 years ago

dimonuch1 commented 5 years ago

I've tried to start my ButtonBarPagerTabStripViewController from 3d view. And i have't tool for it. I had to write this: 1)updateIndicator(for: self, fromIndex: 0, toIndex: 3) 2)moveToViewController(at: 3, animated: false) 3)buttonBarView.reloadData()

Can you fix this small inconvenience.