I've a UIScrollView with 'n' number of UITextField(s) & UITextView(s). Text entered in the UITextField & UITextView appear fine in the normal state(scroll view zoom scale = 1). When ScrollView is zoomed in I scale the UITextField & UITextView rects proportionally w.r.t scrollView zoomScale factor.
The text in zoomed state appears in blurred state when compared to normal state.
Any help in overcoming this problem will be appreciated. Thanks in advance.