The UITextView class implements the behavior for a scrollable, multiline text region in iOS.
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 uicolorI 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 uitextviewThe formatting of my textViews worked fine in iOS 6, but no longer in iOS 7. I understand with Text Kit much …
ios uitextview nsattributedstring textkitI'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 uitextviewIs it possible to get the frame, actually its height, of the keyboard dynamically? As I have a UITextView and …
iphone ios keyboard uitextviewI have a UITextView not scrollable with auto layout set by interface builder, and the text increase or decrease dynamically …
ios objective-c autolayout uitextviewBy default UITextField has a light gray color as its border color. I want to set my UITextView to have …
ios swift uitextviewThe 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 uitextviewSo 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 uitextviewI would like to count the character when user keep typing in UITextField with swift. Image of Field and Label: …
ios swift uitextfield uitextview