Top "Uitextview" questions

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

How to set the position of the cursor in UITextView

I have an UITextView in my iPhone app which is editable. New button is created inside the UITextView whenever user …

ios objective-c iphone uitextview
How to make a new line in UITextView in nib/storyboard?

I am trying to make a new line in Xcode 4.2 UITextView, and when I do alt+return, it goes to …

ios xcode xcode4 ios5 uitextview
How to set content inset for UITextView in ios

I'm having a UITextView and set content inset as [atextView setContentInset:UIEdgeInsetsMake(0, 10, 0, 0)]; This code working in iOS 6.1 and below, but …

ios ios7 uitextview uiedgeinsets
UIView doesn't resize to full screen when hiding the nav bar & tab bar

I have an app that has a tab bar & nav bar for normal interaction. One of my screens is …

iphone iphone-sdk-3.0 uitextview
Making a UITextView not editable by the user

I made this UITextView and everything is perfect except the fact that when the user taps it, the keyboard opens …

ios objective-c uitextview
Detect Start and Stop Editing UITextView

How can I call some code upon entering a UITextView (user taps to edit it) and leaving the view (user …

iphone objective-c uitextview editing
How to make UITextView "Done" button resignFirstResponder?

I am trying to make my editable UITextView resign the keyboard (resignFirstResponder) when the user taps "Done." Using a UITextField, …

iphone interface-builder ios uitextview iboutlet
Replace UITextViews text with attributed string

I have a UITextView and when the user is entering text into it, I want to format the text on …

ios uitextview core-text nsattributedstring
Can't make URL clickable in UITextView

I'm using Interface Builder to layout my app. I have a UITextView that contains some text, part of which is …

ios url interface-builder uitextview clickable