iOS Question Problem in AS Swipe Card lib example

asales

Expert
Licensed User
Longtime User
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?
 

Alexander Stolte

Expert
Licensed User
Longtime User
Could I miss something?
1762195995722.png

The label must be placed over the swipe card.
 
Upvote 0

asales

Expert
Licensed User
Longtime User
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.
 
Last edited:
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
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.
 
Upvote 0
Top