Top "Uitextview" questions

The UITextView class implements the behavior for a scrollable, multiline text region in iOS.

UITableViewCell, UITextView with dynamic height

I need to make a UITableViewCell that holds alot of text. I know I can add a UITextView to my …

iphone ios uitableview uitextview
how do I detect and make clickable links in a UILabel NOT using UITextView

I am building a chat app and for performance reasons I need to use UILabel's instead of UITextView's to display …

swift uilabel uitextview tttattributedlabel datadetectortypes
How to resize UITextView while typing inside it?

I'm creating a comment section much like the one Facebook uses for it's messaging section in it's iOS app. I …

iphone ios uitextview cgrect
UITextView in iOS7 clips the last line of text string

UITextView in iOS7 has been really weird. As you type and are entering the last line of your UITextView, the …

uitextview ios7
UITextView link tap recognition is delayed

In an iOS 7 app, I have a UITextView with a link in it, but tapping the link doesn't fire. It …

ios objective-c uitextview
UITextViewDelegate methods not being called (UITextView within UITableViewCell)

I must be doing something fundamentally wrong, my implementation methods for the UITextViewDelegate aren't firing. I have a UITextView that …

iphone ios uitextview uitextviewdelegate
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 …

iphone uitableview uitextview
How to support dynamic type in labels in iOS 7?

How do I support Dynamic Type in UILabel and UITextView in iOS 7? I'm adapting one of our projects for iOS 7 …

dynamic types uilabel uitextview ios7
iOS 7.1 UITextView still not scrolling to cursor/caret after new line

Since iOS 7, a UITextView does not scroll automatically to the cursor as the user types text that flows to a …

ios ios7 uitextview ios7.1
ios How to make UITextView detect one tap?

- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ NSLog(@"touchesBegan"); //test UITouch *touch = [event allTouches] anyObject]; if ([touch tapCount] == 2) { NSLog (@"…

ios uitextview uitouch tap