-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea: Swipeable table cells #129
Comments
👍 Awesome! I didn't know about MGSwipeTableCell, but I've been needing to implement this feature in an app I'm working on, so I'll definitely be checking this out. I like your idea of having a simple, concise, intuitive API that uses similar terminology that is being used throughout RedPotion/ProMotion. You could also alias |
This is great, Mark. Definitely worth wrapping, I think. Could we make it a RedPotion add-on? Like |
What's the current status on this? I'm really looking forward to it. |
⚡ BEEP ⚡ BOOP ⚡ BEEP ⚡
⚡ BEEP ⚡ BOOP ⚡ BEEP ⚡ THANK YOU FOR USING |
lol @markrickert This does look great. @andersennl you could start writing the tests or a branch and it would build momentum 👍 |
So I get requests from clients on almost EVERY project that they want to be able to have multiple buttons on either side of a tableview cell to do different things. I'm standardized on using
MGSwipeTableCell
as the tool of choice because it works well and is easy to understand.Wondering if anyone else ever sees a need for this and if a DSL would be useful and maybe integrate into redpotion?
Here's a typical cell class:
I'm thinking that this could be shortened to something like we do in ProMotion for the left and right titlebar buttons:
The text was updated successfully, but these errors were encountered: