I have label with text inside UIScrollView. When touch event occurred, i want to scroll my label with text so the text underneath the touch point will scroll to the center of the view. If i have touch event coordinates, how i can scroll UIScrollView's content from touch point to the center of the screen? Any help highly appreciated!
1322 次