Top "Uitextview" questions

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

How to change the uitextview font size

can any one help to change the font size in UITextView. [textView setFont:[UIFont fontWithName:@"ArialMT" size:30]]; I use this …

iphone xcode uitextview font-size
How to make UITextView detect links for website, mail and phone number

I have a UITextView object. The text in UIView has a phone number, mail link, a website link. I want …

ios objective-c hyperlink uitextview
Multi-line user input in iOS: UITextField vs UITextView

I need to show users a multi-line text input "box" with a height greater than the standard height of a …

ios swift uitextfield uitextview multiline
UITextView data change swift

How can you detect a change of data in a UITextView with Swift? The following code does not do any …

ios swift uitextview
How to dynamically resize UITableViewCell height

I have the classical grouped UITableView with editable UITextViews inside every cell. This text views can be single or multi-lined, …

iphone uitableview resize uitextview
Resizing UITextView

I have a UITextView added on my UIView. The textview added is not editable, it is just to display some …

iphone uitextview
After upgrading to Xcode 11.2 from Xcode 11.1, app crashes due to _UITextLayoutView

After upgrading to Xcode 11.2 from Xcode 11.1 my app crashes: *** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate …

ios swift xcode uitextview xcode11.2
UITextView link detection in iOS 7

I have a UITextView which is managed via Interface Builder. As data detection I have "Links" checked. In iOS 6 everything …

ios objective-c ios6 uitextview ios7
How to add image and text in UITextView in IOS?

I want to add both text and image in UITextView. The textview should be expanded according to the length of …

ios uitextview
Add "padding" to a UITextView

as the title says i am trying to add padding-like behavior to a UITextView. The textview is generated when the …

ios uitextview padding