You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
I have a PageBoyViewController set up to handle 2 other view controllers. From a different controller I am trying to navigate to the second viewController of the PageBoyViewController. When I navigate to the PageBoyViewController and switch indexes on viewWillAppear it go passed the intended index. Also, this issue only seems to appear on an iPhone 8 which is running version 12.4.
To Replicate:
Have a PageBoyViewController as a tab on a tabBarController.
On the PageBoyViewController, navigate to the first index
Navigate to a different ViewController
From that ViewController switch to the PageBoyViewController
In the viewWillAppear of the PageBoyViewController navigate to the second index
The text was updated successfully, but these errors were encountered:
austin-keith-vigo
changed the title
calling .scrollToPage(.at(index: 1), animated: true) when the view controller is not in view will scroll passed the 1 index
calling .scrollToPage(.at(index: 1), animated: true) when called from view will appear will scroll passed the 1 index
May 19, 2021
Issue:
I have a PageBoyViewController set up to handle 2 other view controllers. From a different controller I am trying to navigate to the second viewController of the PageBoyViewController. When I navigate to the PageBoyViewController and switch indexes on viewWillAppear it go passed the intended index. Also, this issue only seems to appear on an iPhone 8 which is running version 12.4.
To Replicate:
The text was updated successfully, but these errors were encountered: