I have a MXSegmentedPager with 4 pages. How can I set the initial page to display. I tried the following line but it only changes the segmented control's selected index. Displayed page does not change. Im know It's an easy question but could not find anything.
self.segmentedPager.segmentedControl.selectedSegmentIndex = 1
MXSegmentedPager lib: https://github.com/maxep/MXSegmentedPager