nicklockwood / SwipeView

SwipeView is a class designed to simplify the implementation of horizontal, paged scrolling views on iOS. It is based on a UIScrollView, but adds convenient functionality such as a UITableView-style dataSource/delegate interface for loading views dynamically, and efficient view loading, unloading and recycling.
Other
2.65k stars 413 forks source link

Can't set insets #216

Open kristofvarga opened 6 years ago

kristofvarga commented 6 years ago

I'd like to setup the SwipeCell with some insets, so I would be able to change where the content should begin. Is it possible with the current API?

heistings commented 6 years ago

@nicklockwood I'm sorry, are you still alive?

nicklockwood commented 6 years ago

I don’t think I understand the question. SwipeView doesn’t have cells, they’re just ordinary views.