tags:

views:

37

answers:

1

i have an uiscrollview with an imageview. the user can flick on the uiscrollview from right to left. can i make the user flick from left to right on the uiscrollview?

A: 

Set 'setContentOffset' to (0,0)

LK