The UITextView class implements the behavior for a scrollable, multiline text region in iOS.
I have an UITextView in my iPhone app which is editable. New button is created inside the UITextView whenever user …
ios objective-c iphone uitextviewI 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 uitextviewI'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 uiedgeinsetsI have an app that has a tab bar & nav bar for normal interaction. One of my screens is …
iphone iphone-sdk-3.0 uitextviewI would like to have a tablew view with a behaviour similar to the iPhone Contacts app by Apple: a …
iphone uitableview uitextviewI made this UITextView and everything is perfect except the fact that when the user taps it, the keyboard opens …
ios objective-c uitextviewHow can I call some code upon entering a UITextView (user taps to edit it) and leaving the view (user …
iphone objective-c uitextview editingI am trying to make my editable UITextView resign the keyboard (resignFirstResponder) when the user taps "Done." Using a UITextField, …
iphone interface-builder ios uitextview iboutletI have a UITextView and when the user is entering text into it, I want to format the text on …
ios uitextview core-text nsattributedstringI'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