objective c - Swipe to see options in iPad -
How do I implement a swipe to see more options? There is a lot of things that I could easily use, but these are designed for all iPhone apps. You have a lot of space in the iPad, and I want to put the button horizontally.
Is there a library for this? If not, how should I go about making this as a custom cell?
I tried to create a custom Based on your input I have created a simple custom utility button to see the basic of swipe Functionality cells and vertical buttons have been raised. Add a UIView to the bottom of the contents of the cell, which I did, and on the right side. Now the height of each button according to the number of buttons is adjusted accordingly. Representatives are provided for more button clicks. Swipe gestures are added. When swiping to the left, this button will animate and change the contents of the cell to reveal the scene. When swiping on the right, it will reset the cell to the original position. You can customize it from here if you wish :) I uploaded them here: UITableViewCell class that adds a
UIScrollView , but it is not the same as showing the button below the cell.
Comments
Post a Comment