Top "Uitextview" questions

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

UIView atop the Keyboard similar to iMessage App

currently I'm attempting to basically implement and exact copy of Apples iMessage App. That means I need a UITextView that …

ios uitextview uikeyboard
Hide Virtual Keyboard of UITextView when 'Done' Presses

I want to hide (resignFirstResponder) the virtual keyboard of UITextView when 'Done' presses. Theres no 'Did End on Exit' in …

ios iphone iphone-sdk-3.0 uitextview iphone-softkeyboard
UIMenuController Custom Items

I have created a UIMenuController and have set it a custom menu item like so: UIMenuController *menuController = [UIMenuController sharedMenuController]; UIMenuItem *…

iphone objective-c cocoa-touch uitextview uimenucontroller
Add UITapGestureRecognizer to UITextView without blocking textView touches

How can I add a UITapGestureRecognizer to a UITextView but still have the touches getting through to the UITextView as …

ios swift uitextview uitapgesturerecognizer
UITextView change height instead of scroll

By default, the UITextView's contentView becomes scrollable when there is too much text to fit into the textview based on …

iphone uiscrollview uitextview subview
UITextView selectedRange not displaying when set programmatically

My problem is that programmatically setting the selectedRange of UITextView selects the text, but does not visually indicate it's selected. …

iphone cocoa-touch uitextview iphone-sdk-3.1
How to create a new line by tapping the return key in UITextView ios

I am newly to iPhone. I have added one UITextView using XIB in my application, now after tapping on done …

ios uitextview uitextviewdelegate
Is there an iPhone equivalent to the NSTokenField control?

In my app I want the user to type names into a UITextField (or equivalent) and then when they press …

iphone input uitextfield uitextview
Read More/Less with Swift 3

I want to add "Read more" at the end of the paragraph. When I click on the "Read more" text, …

ios swift3 uilabel uitextview expand
Wrapping Text in a UITextView Around a UIImage WITHOUT CoreText

Is there a way to wrap text from a UITextView around a UIImage without using CoreText? I have been playing …

ios uiimageview uitextview word-wrap nsattributedstring