SwipeView
SwipeView copied to clipboard
how can I change swipe direction ?
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
The only way to do this is to call [swipeView scrollToItemAtIndex: <last_index>]
after creating the view.