Top "Uitextview" questions

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

UITextViews in a UITableView link detection bug in iOS 7

I have custom UITableViewCells that contain a UITextView. I have link detection in the UITextView turned on in Interface Builder. …

ios uitableview uitextview ios7
UITextView cursor below frame when changing frame

I have a UIViewCOntrollerthat contains a UITextView. When the keyboard appears I resize it like this: #pragma mark - Responding …

ios objective-c cocoa-touch uitextview uikeyboard
UITextView linkTextAttributes font attribute not applied to NSAttributedString

I have an NSAttributedString generated from HTML which includes some links. The attributed string is shown in a UITextView. I …

swift uitextview nsattributedstring
Autoresize UITextView and UIScrollView

I already did several searches on Stack Overflow and Google, but I couldn't find a solution to my problem. I …

iphone uiscrollview uitextview autoresize
iOS 7 - UITextView size font to fit all text into view (no scroll)

I am trying to find a non-deprecated method to size the font of a textview down so that all text …

ios7 resize uitextview sizewithfont
UITextView ruled line background but wrong line height

I have a UITextView where the user can create notes and save into a plist file. I want to be …

iphone objective-c uitextview
UITextView with clickable links but no text highlighting

I have a UITextView displaying non-editable text. I want the text to automatically parse links, phone numbers, etc for the …

ios objective-c ios7 uitextview highlight
iphone UITextView does not support data detectors when the text view is editable

I am getting an interesting warning at build time (iPhone simulator) that gives the following: EditView.xib:35:0 UITextView does not …

iphone uitextview datadetectortypes
iOS7 TextKit: bullet point alignment

I'm writing an app for iOS 7 only and I'm trying to get decent formatting on bullet points in a non-editable …

ios cocoa-touch ios7 uitextview textkit
UITextview inside UIStackView

I added my UITextView inside UIStackView. But my textview is not Multiline. Auto layout is shown as below: As per …

ios iphone autolayout uitextview uistackview