The UITextView class implements the behavior for a scrollable, multiline text region in iOS.
currently I'm attempting to basically implement and exact copy of Apples iMessage App. That means I need a UITextView that …
ios uitextview uikeyboardI 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-softkeyboardI 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 uimenucontrollerHow can I add a UITapGestureRecognizer to a UITextView but still have the touches getting through to the UITextView as …
ios swift uitextview uitapgesturerecognizerBy default, the UITextView's contentView becomes scrollable when there is too much text to fit into the textview based on …
iphone uiscrollview uitextview subviewMy 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.1I am newly to iPhone. I have added one UITextView using XIB in my application, now after tapping on done …
ios uitextview uitextviewdelegateIn my app I want the user to type names into a UITextField (or equivalent) and then when they press …
iphone input uitextfield uitextviewI want to add "Read more" at the end of the paragraph. When I click on the "Read more" text, …
ios swift3 uilabel uitextview expandIs 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