iOS Question iTabStrip - set current page without animation

b4x-de

Active Member
Licensed User
Longtime User
Hi,

Is there any way to set the current page without a animated transition or scroll effect? I did not find any option in iTabStrip. But the source code of XLPagerTabStrip looks like there is in PagerTabStripViewController an option to enable or disable the animation when current page is set:

Swift:
open func moveToViewController(at index: Int, animated: Bool = true)

Is there any way to access this operation and set animated to false via native object or inline code?

Thanks,
Thomas
 
Top