Y ykucuk Well-Known Member Licensed User Longtime User Nov 15, 2018 #1 Hello, is there swipecard view library for ios? B4A: https://www.b4x.com/android/forum/threads/swipecardview.78070/
Hello, is there swipecard view library for ios? B4A: https://www.b4x.com/android/forum/threads/swipecardview.78070/
Erel B4X founder Staff member Licensed User Longtime User Nov 16, 2018 #2 There is no such library. However it shouldn't be too complicated to create such layout with panels. Upvote 0
Y ykucuk Well-Known Member Licensed User Longtime User Nov 16, 2018 #3 is there any example? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Nov 16, 2018 #4 You need to handle the Touch event and move the panels (as done in DraggableView class). You can use B4XView from XUI library to make the rotation. Upvote 0
You need to handle the Touch event and move the panels (as done in DraggableView class). You can use B4XView from XUI library to make the rotation.
Alexander Stolte Expert Licensed User Longtime User Nov 16, 2018 #5 Erel said: There is no such library. Click to expand... my fingers itch since I read that. Let me create a B4X class for it, i know how. As soon as I get home, I'll create a example. Upvote 0
Erel said: There is no such library. Click to expand... my fingers itch since I read that. Let me create a B4X class for it, i know how. As soon as I get home, I'll create a example.
Alexander Stolte Expert Licensed User Longtime User May 6, 2020 #6 ykucuk said: is there any example? Click to expand... [B4X] [XUI] AS Swipe Card Better late than never Upvote 0
ykucuk said: is there any example? Click to expand... [B4X] [XUI] AS Swipe Card Better late than never