SwipeView
SwipeView copied to clipboard
when switching between view controllers, sometimes swipe view will have a blank page
I'm using a tabcontroller, and child viewcontrollers have SwipeView as subviews. There are times when I switch between tabs and somehow the swipe view will just be blank. But when I start to swipe, the view will be there. Additional Info: wrapEnabled = YES;
I met the same problem with you, do you solve?
Do you guys scrolling SwipeView when SwipeView is not on the active UIViewController?
I had the same problem.