The UITextView class implements the behavior for a scrollable, multiline text region in iOS.
I have custom UITableViewCells that contain a UITextView. I have link detection in the UITextView turned on in Interface Builder. …
ios uitableview uitextview ios7I have a UIViewCOntrollerthat contains a UITextView. When the keyboard appears I resize it like this: #pragma mark - Responding …
ios objective-c cocoa-touch uitextview uikeyboardI have an NSAttributedString generated from HTML which includes some links. The attributed string is shown in a UITextView. I …
swift uitextview nsattributedstringI already did several searches on Stack Overflow and Google, but I couldn't find a solution to my problem. I …
iphone uiscrollview uitextview autoresizeI am trying to find a non-deprecated method to size the font of a textview down so that all text …
ios7 resize uitextview sizewithfontI have a UITextView where the user can create notes and save into a plist file. I want to be …
iphone objective-c uitextviewI 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 highlightI am getting an interesting warning at build time (iPhone simulator) that gives the following: EditView.xib:35:0 UITextView does not …
iphone uitextview datadetectortypesI'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 textkitI added my UITextView inside UIStackView. But my textview is not Multiline. Auto layout is shown as below: As per …
ios iphone autolayout uitextview uistackview