ios - How do I add swipe-to-delete to a stackview -


i'm trying decide between tableview , stackview part of new project , couldn't find how add swipe-to-delete functionality view elements aren't tableviews.

is possible? if so, how?

i'd rather not use table view each cell have varying heights , i've read don't dynamically increase in height accommodate content.

this done in swift if makes difference.

https://github.com/cewendel/swtableviewcell library functionalities in tableview swipe. hope may you.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

java - Log4j2 configuration not found when running standalone application builded by shade plugin -

python - How do I create a list index that loops through integers in another list -