SwipeView icon indicating copy to clipboard operation
SwipeView copied to clipboard

how can I change swipe direction ?

Open aliazadeh opened this issue 7 years ago • 1 comments

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

aliazadeh avatar Jul 13 '17 05:07 aliazadeh

The only way to do this is to call [swipeView scrollToItemAtIndex: <last_index>] after creating the view.

nicklockwood avatar Jul 13 '17 09:07 nicklockwood