Hi,
I would like to know if it's possible to use the delegate from UIPageViewController to control the X axis movement of this custom UISegmentedControl. This allows smooth transitions of pages.
Something like this can be done:
segmentedControl.pageViewController = self
So the segmentedControl listens the UIPageViewController and animate it automatically.
Thank you.
Hi,
I would like to know if it's possible to use the delegate from
UIPageViewControllerto control the X axis movement of this customUISegmentedControl. This allows smooth transitions of pages.Something like this can be done:
So the
segmentedControllistens theUIPageViewControllerand animate it automatically.Thank you.