Allright, i have a UIScrollView with some drawings inside. the zoom and scroll works fine until i zoom in and then rotate. after the rotation zoom is fine but when i zoom back my drawings shrink more than i intend them to. So basically, when i zoom out after rotation the view gets smaller than the screen.. how can i fix this problem ? any idea ?
I tried _scrollView.clipsToBounds = YES;
but not working after the rotation.
Thanks