Top "Uitextview" questions

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

UItextview Transparent Color IOS

I want to set my UItextview s color transparent but not completely transparent. I want little bit gray or black …

ios5 uitextview transparent
How to limit characters in UITextView iOS

I have a UITextView and i would like to limit the number of characters a user can input. i have …

ios objective-c nsstring uitextview nsinteger
Live resizing of UITableViewCell without using reloadData?

First of all, forgive me if the answer is already out there (I honestly have been working and searching for …

iphone uitableview uitextview resignfirstresponder
iOS: Scaling UITextView with pinching?

I'm interested in creating UITextView that is expanding dynamically while typing the text, and scaling as the user pinches the …

iphone ios uitextview uigesturerecognizer uipinchgesturerecognizer
Keyboard Type For UITextView

I would like to know how to obtain the keyboard type of a uitextview. I was able to obtain the …

iphone objective-c ios uitextview uikeyboardtype
iOS NSAttributedString to HTML

I have an NSAttributed string (coming from HTML) that I set for a UITextView. - (void)setHtml:(NSString *)html { NSData *…

ios objective-c uitextview nsattributedstring textkit
Implement a autocomplete textfield Objective C

I am starting to work with text fields, and I want to implement a functionality with a custom autocomplete. In …

ios objective-c uitextfield uitextview uitextfielddelegate
Strange behaviour with NSLog

I'm using NSLog to inspect a UITextView. I have the following logging statements in my code: NSLog(@"textView: %@",textView); NSLog(@"…

ios objective-c cocoa-touch uitextview nslog
UITextView can not detect link & address in iOS 7

I have iOS application which supports iOS 6 as well as iOS 7. Now I am showing text in UITextView which contains …

ios6 ios7 uitextview datadetectortypes
How to open UITextView web links in a UIWebView instead of Safari?

I'm developing and iPhone 3.0 application. And I'm trying to open web links in a UITextView into a UIWebView instead of …

ios iphone uitextview iphone-sdk-3.0