CTSlidingUpPanel
CTSlidingUpPanel copied to clipboard
Sliding Panel + Embeded Container View + PageViewcontroller
Hi,
I have implemented the sliding panel in the container view. in container view having page view controller. page view controller having three view controllers.
My issue is : When I sliding up on the first view controller it is working fine, but when i scroll to next view controller then sliding up it is not working. (some times its works but struck in the gesture).
please provide your support to fix this issue
thanks
Hi, Tell me which view controller is the bottom sliding view and which do you provide a s parent?
1st view controller having sliding panel -> this sliding panel embedded with 2nd view controller, this is having page controller linking with different view controllers (2.1, 2.2, 2.3)
example: 1 -> 2 -> [2.1, 2.2, 2.3....]
it is working for 2.1 view controller, if I scroll to 2.2 then it is not working
Well seems like page view controller and sliding up controller are stealing each others gestures.
I think there's no easy solution to this. I might look into it when I have free time. Meanwhile feel free to fork and then send me a pull request.