StefanLage / SLPagingViewSwift

Navigation bar system allowing to do a Tinder like or Twitter like. SLPagingViewSwift is a Swift port of the Objective-C of SLPagingView
MIT License
215 stars 35 forks source link

Touches not working #24

Closed TomGrozev closed 3 years ago

TomGrozev commented 7 years ago

When I tap a button in one of the views it doesn't call the action, I have tried without SLPaging and it works. The button does the default tap animation but doesn't fire the action set in the viewcontroller's class.

MuhammadMazharIqbal commented 7 years ago

Hi @TomGrozev library has view controller retain problems please follow this solution

https://github.com/StefanLage/SLPagingViewSwift/issues/10