Hello,
I'm sorry if the title isn't explicit, but what I'm trying to do is: I have a list, and I want to display that information to the user through UIViews separated by a little space (that's why I am not using tables), each UIView will have like 5 labels, and they can be deleted (not the labels, the complete UIView). I wanted to delete them through swiping(swiping to the left), just like how we do in the UITableView. Is this possible to do in a not complex way? Is there a better way to do this? Am I complicating too much? I need the UIViews or labels to be like this, and I can't use story board or xamarin.forms.
Thank you for you attention.