I have a UIScrollView with a UILabel inside of it populated with non-english text.
I would like to search the scrollview/UILabel for a word/phrase and auto-scroll to that point.
I know theres no simple way to do this because theres no function for UILabel. I can't use a UITextView because for some reason the regular scrolling on the UITextView is very choppy which makes a bad user experience (reviews from users). UILabel on UIScrollView scrolls extremely smoothly but clearly lacks the ability of UITextView. Any ideas?