Top "Uitextview" questions

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

Can I change the color of auto detected links on UITextView?

I had a UITextView that detects phone numbers and links, but this overrides my fontColor and change it to blueColor. …

iphone uitextview iphone-sdk-3.0 uicolor
How to set margins (padding) in UITextView?

I have a UITextView for text editing. By default, it has a small margin around the text. I want to …

iphone objective-c cocoa-touch ipad uitextview
How can I set the color and alignment of attributed text in a UITextView in iOS 7?

The formatting of my textViews worked fine in iOS 6, but no longer in iOS 7. I understand with Text Kit much …

ios uitextview nsattributedstring textkit
UITextView disabling text selection

I'm having a hard time getting the UITextView to disable the selecting of the text. I've tried: canCancelContentTouches = YES; I've …

ios objective-c iphone uitextview
Get the frame of the keyboard dynamically

Is it possible to get the frame, actually its height, of the keyboard dynamically? As I have a UITextView and …

iphone ios keyboard uitextview
Get UITextView dynamic height with auto layout after setting text

I have a UITextView not scrollable with auto layout set by interface builder, and the text increase or decrease dynamically …

ios objective-c autolayout uitextview
How to set the border of UITextView to same as border color of UITextField

By default UITextField has a light gray color as its border color. I want to set my UITextView to have …

ios swift uitextview
How to show HTML text from API on the iPhone?

The best example to explain my situation is to use a blog post. Let's say I have a UITableView loaded …

ios iphone objective-c uiwebview uitextview
Hiding the Keyboard when losing focus on a UITextView

So I have a UITextView that I'm using to allow the user to submit some text. My problem is, I …

iphone objective-c cocoa-touch uikit uitextview
How to do a live UITextField count while typing (Swift)?

I would like to count the character when user keep typing in UITextField with swift. Image of Field and Label: …

ios swift uitextfield uitextview