I'm using this great lib from @Alexander Stolte in Android and now I'm starting to port my apps to iOS.
Checking the example, the labels ("Go To First Card", "Previous" and "Next") don't works in B4i.
How can I use it?
Could I miss something?
Thanks, but even make this changes, the clicks in the labels don't works.
I'm using an iPhone 8 Plus with iOS 16.7.
Edit:
If I put the Previous and Next labels in a panel and the ASSwipeCard in another panel, the click in this labels it works.
Now I need to check what to do with the "Go To First Card" label.
To ensure that the cards are visible outside of the views, there is a transparent panel in the background that blocks events for underlying views. On Android, this is not blocked as long as the panel has no events, but unfortunately on iOS it is. I need to take a closer look at this and rebuild it, but I don't have time for that at the moment. I've added it to my to-do list.