Top "Uitextview" questions

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

How to make a UITextView scroll while typing/editing

UPDATE This seemed to be an issue with IOS 7 only. A great workaround has been added to accepted answer. I …

ios uikit uitextview ios7
UITextView inside UIScrollView with AutoLayout

I am trying to place UITextView inside UIScrollView with AutoLayout with no luck. What I have tried is, I placed …

objective-c uiscrollview autolayout uitextview nslayoutconstraint
UITextView is not scrolled to top when loaded

When I have text that does not fill the UITextView, it is scrolled to the top working as intended. When …

ios autolayout uitextview
iOS UI best practice - UILabel or UITextView?

If you are creating an UIView for an iPhone application to display an article from a blog, for example. What …

iphone ios user-interface uilabel uitextview
CoreData Edit/Overwrite Object

I am playing around with a new project, a split view iPad app using Core Data, and I was wondering, …

objective-c ipad core-data uitextview uisplitviewcontroller
Show iPhone keyboard programmatically

I want show the iphone keyboard. How can I write the code (programmatically) to show the keyboard.

ios iphone keyboard uitextview iphone-softkeyboard
How to get UITextView to respect newlines in Interface Builder?

I have a simple app with a UITextView embedded into a UIScrollView. Interface Builder won't let me add multiple newlines …

iphone interface-builder newline uitextview
How to know when UITextView became first responder

How to handle when uitextview became first responder. I have text in text view and I want when the view …

ios ios4 uitextview
UITextView: Disable selection, allow links

I have a UITextView which displays an NSAttributedString. The textView's editable and selectable properties are both set to false. The …

ios uitextview nsattributedstring
Resize UItextview according to it's content in iOS7

I'm trying to resize a text view according to content & also it's sibling and parent container. Below code is …

ios ios7 uitextview sizetofit