I have a segmented control with 2 option
In the first option i have 11 elements, in the second option i have 19 elements
I have problem when i used selectTabAtIndex and switch the segmented control
This is the error
Assertion failure in -[UIPageViewController queuingScrollView:didEndManualScroll:toRevealView:direction:animated:didFinish:didComplete:], /SourceCache/UIKit_Sim/UIKit-2903.23/UIPageViewController.m:1866
I have a segmented control with 2 option In the first option i have 11 elements, in the second option i have 19 elements
I have problem when i used selectTabAtIndex and switch the segmented control
This is the error Assertion failure in -[UIPageViewController queuingScrollView:didEndManualScroll:toRevealView:direction:animated:didFinish:didComplete:], /SourceCache/UIKit_Sim/UIKit-2903.23/UIPageViewController.m:1866
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'No view controller managing visible view <UIView: 0x8c21140; frame = (0 0; 320 568); autoresize = RM+BM; layer = <CALayer: 0x8c211a0>>'
Thanks!