The UITextView class implements the behavior for a scrollable, multiline text region in iOS.
I want to set my UItextview s color transparent but not completely transparent. I want little bit gray or black …
ios5 uitextview transparentI have a UITextView and i would like to limit the number of characters a user can input. i have …
ios objective-c nsstring uitextview nsintegerFirst of all, forgive me if the answer is already out there (I honestly have been working and searching for …
iphone uitableview uitextview resignfirstresponderI'm interested in creating UITextView that is expanding dynamically while typing the text, and scaling as the user pinches the …
iphone ios uitextview uigesturerecognizer uipinchgesturerecognizerI would like to know how to obtain the keyboard type of a uitextview. I was able to obtain the …
iphone objective-c ios uitextview uikeyboardtypeI have an NSAttributed string (coming from HTML) that I set for a UITextView. - (void)setHtml:(NSString *)html { NSData *…
ios objective-c uitextview nsattributedstring textkitI am starting to work with text fields, and I want to implement a functionality with a custom autocomplete. In …
ios objective-c uitextfield uitextview uitextfielddelegateI'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 nslogI have iOS application which supports iOS 6 as well as iOS 7. Now I am showing text in UITextView which contains …
ios6 ios7 uitextview datadetectortypesI'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