Skip to content
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

Custom Button Cell #454

Open
albertml opened this issue Jun 2, 2023 · 3 comments
Open

Custom Button Cell #454

albertml opened this issue Jun 2, 2023 · 3 comments

Comments

@albertml
Copy link

albertml commented Jun 2, 2023

Is this achievable were the action buttons has spacing and round corners? See attached image.
Screen Shot 2023-06-02 at 6 03 33 PM

@GregOriol
Copy link

GregOriol commented Jan 5, 2024

@albertml You could try to subclass SwipeActionsView and make your own custom layout there, instead of the simple buttons used in the implementation

@ovidiuadorian-yonder
Copy link

@GregOriol The library does not seem to support subclass of SwipeActionsView . Or you are thinking of a fork?

@GregOriol
Copy link

@ovidiuadorian-yonder Indeed, you can fork it and make SwipeActionsView public. The use-case described here is not really what the library is created for, it's aim is more to re-implement the standard iOS behavior, but it's base mechanisms can have many more custom ideas implemented on top of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants