christianroman / CRMotionView

A custom photo viewer that implements device motion scrolling, inspired by Facebook Paper.
MIT License
758 stars 75 forks source link

UIScrollView's scroll bar indicator align #3

Closed debug29 closed 10 years ago

debug29 commented 10 years ago

If we make [motionView setImage:theimage]; with an already image set we have a problem with the scroll indicator. For this moment my only on solution is to imageview alloc in the setImage. like that :

// edit Resolved.