Top "Uitextview" questions

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

UITextView background image

How can I set up a background image to UITextView?

iphone cocoa-touch uitextview
Setting maximum number of characters of `UITextView ` and `UITextField `

I'd like to set a maximum number of characters allowed to be typed both in a UITextView and a UITextField. …

ios swift uitextfield uitextview
NSParagraphStyle line spacing ignored

A simple test that is failed: Make a new project with just one subview (UITextView) and put the following in: …

objective-c uitextview ios6 nsattributedstring
iOS 7 UITextView vertical alignment

How is that possible that my editable UITextView (placed inside a straightforward UIViewController inside a UISplitView that acts as delegate …

ios objective-c ipad uitextview vertical-alignment
Border around UITextView

How do you add a border around a UITextView (like a UITextField)? I want to allow users to type multiple …

text uitextfield uitextview border cgrect
Counting the number of lines in a UITextView, lines wrapped by frame size

I wanted to know when a text is wrapped by the frame of the text view is there any delimiter …

ios objective-c cocoa-touch uitextview
Swift Increase font size of the UITextview,how?

I am trying to add two buttons to my app to set the font size of a UITextview,and i …

ios swift fonts uitextview
UITextView text not starting from top

I have a UITextView. I want its text to start from top but I it is not coming from top. …

iphone uitextview
UITextView text content doesn't start from the top

I have a long text coming from my JSON file but when I click the link from my UITableViewCell to …

objective-c xcode text uitextview
How to hide UITextField border?

I have a UITextField and I am trying to make the UITextField border invisible so that the background and UITextField …

xcode uikit uitextview border