kostyabl / KBCScrollView

UIView slider / carousel
MIT License
13 stars 3 forks source link

Scrolls vertically when added to a View having navigation controller #1

Open ashishj-optimus opened 8 years ago

ashishj-optimus commented 8 years ago

KBCScrollView scrolls vertically too when navigation controller is added to a UIVIewController.

kostyabl commented 8 years ago

I had no this problem when using UINavigationController. Can you show part of code where you config KBCScrollView and have this issue?

mayooresan commented 8 years ago

I'm using it with navigation controller and it works without such issue.

ashishj-optimus commented 8 years ago

Thanks for the reply guys. I did it from Storyborad.

I just selected the view controller and embedded the Navigation Controller. After this the scroll view scrolls vertically too. I have not written any extra code too. I can upload a sample code if you need code to debug the issue.

kostyabl commented 8 years ago

I'am embedded the Navigation Controller to sample code, and I had no issue. Can you send me you code? I'll see what a problem is appear

ashishj-optimus commented 8 years ago

Sure. Please find the attached code. I have not made any changes to your sample code. Just changed some UI and added/removed some constraints from Storyboard.

KBCScrollViewExample.zip