Showing posts with label uitextview. Show all posts
Showing posts with label uitextview. Show all posts

Wednesday, May 23, 2012

UIView doesn"t resize to full screen when hiding the nav bar & tab bar


I have an app that has a tab bar & nav bar for normal interaction. One of my screens is a large portion of text, so I allow the user to tap to go full screen (sort of like Photos.app).

Monday, May 21, 2012

How to stop UITextView from scrolling up when entering it


I have a UITextView included in a UITableViewCell . The layout is correct when the views are initially displayed, but once I click in the UITextView it automatically scrolls up a bit and the top half of the characters on the first line becomes invisible.

Sunday, April 8, 2012

(iPhone) How to handle touches on a UITextView?


I'm trying to handle touches on a iPhone's UITextView. I successfully managed to handle taps and other touch events by creating a subclass of UIImageViews for example and implementing the touchesBegan method...however that doesn't work with the UITextView apparently :(

Sunday, March 11, 2012

How to intercept click on link in UITextView?


Is it possible to perform custom action when user touch autodetected phone link in UITextView. Please do not advice to use UIWebView instead.

Tuesday, February 21, 2012