how can I change swipe direction ?
aliazadeh opened this issue · 1 comments
aliazadeh commented
hi
I want to change swipe direction Right to Left inset of Left to right is it possible ?
i mean if index = 0 the it shows the rightest view and by default load the rightest one
for RTL languages
nicklockwood commented
The only way to do this is to call [swipeView scrollToItemAtIndex: <last_index>]
after creating the view.