Closed sanjayrathore36 closed 8 years ago
I'm sorry but I don't really understand what that means. Please send me a sample project or snippet that I can use to reproduce the problem.
Yes, it does happen when you push the PageViewController and then swipe left i.e. you are at index 1 or above. And then if you push 'back' on the navigation bar; during the pop navigation, the n-1th controller would show up for a split second, given n > 0.
Still not clear. Just send a snippet to make it clear.
I believe that you just forgot to enable ClipToBounds on the view of the PageViewController.
ClipToBounds fixed it. Lotta thanks Hope it works for the the reporter too.
By setting this property navigation works smoothly. thanks Guys
:clap: @MarioBajr :smile:
when adding lots of controller dynamically and moving back to previous controller (i.e. Home Controller) first it shows initial page of loaded view controllers then goes back.