Introspect UIContextualAction #415
abbas-sabeti
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I think it's useful to have
UIContextualAction
introspectable as well. There are a few workarounds to let user modify the swipeActions of List in SwiftUI. But none of them is mature enough as it is in UIKit. For instance, you cannot even set foreground color for your swipe actions. If list items are a bit small, you cannot adjust the action anyhow to let both text and image of the action be present. So, considering this point, I believe it's a good call to introspect theseUIContextualAction
as well (not sure if it's possible). And I'd be happy to investigate further and contribute to this part, if needed.Beta Was this translation helpful? Give feedback.
All reactions