gleue / TGLStackedViewController

A stacked view layout with gesture-based reordering using a UICollectionView -- inspired by Passbook and Reminders apps.
MIT License
1.21k stars 117 forks source link

Option to delete an item listed by swiping left. #25

Open subinrevi opened 9 years ago

subinrevi commented 9 years ago

Is there any way we can include delete option by swipe gesture in TGLStackedViewController ?

JanHalozan commented 9 years ago

:+1:

gleue commented 9 years ago

Why not try a UIScrollView inside your item cell? The same way UITableViewCell does it.