Closed CarloTerracciano closed 7 years ago
I've solved this issue. I have to initialize my selectedViewController
in my viewWillAppear
.
Hey, can you explain how you fixed this? Thanks!
@royherma I think the issue comes from not setting the selectedViewController
manually. Setting this will trigger the setup of the swiping gesture.
Hello Marcos, your library is very useful but I have a little problem. When I swipe, for the first time in my tabviewcontroller, to go to another viewcontroller the swipe doesn't work. So, I click on my tab button and then the swipe works well. This is my code:
Any mistakes in my code? Thanks in advance for the help.