cards won't swipe after integration
Closed this issue · 3 comments
hi there i have integrated to one of my viewcontrollers but the problem is that it shows everything but cards won't swipe but if i integrate it to a empty project it will might this be caused by a navigation bar ?
UPDATE: it recognises taps and shows card 0 touched but the swipe won't work
Hello there!
Do you have any other view above the carousel that could intercept the swipes?
Could you show me a sample of your code (where you add the carousel) so I can see what could be wrong?
thanks for the reply i have no idea what was wrong with it but i removed the classes and re imported them and started the viewcontroller from scratch again and it started to work but as i am using RESide menu it seems the animation becomes a bit laggy for some reason, just another question have you tried giving the data through a dictionary plist to the carousel containing like images and names?
Glad you made it work. For the data source, I just took inspiration from the UITableViewDataSource programatic interface. It may evolve in future releases, but I haven't tried anything else yet.