Tagged Questions
The UITextView class implements the behavior for a scrollable, multiline text region in iOS. The class supports the display of text using a custom font, color, and alignment and also supports text editing. You typically use a text view to display multiple lines of text, such as when displaying the body of a large text document.
43
votes
8answers
43k views
How to dismiss keyboard for UITextView with return key?
In IB's library, the introduction tells us that when the return key is pressed, the keyboard for UITextView will disappear. But actually the return key can only act as '\n'.
I can add a button and ...
42
votes
11answers
26k views
Placeholder in UITextView
I'm making an application which uses an UITextView. Now I want the UITextView to have a placeholder similar to the one you can set for an UITextField.
Does anyone know how to do this?
Thanks in ...
36
votes
8answers
20k views
How to style UITextview to like Rounded Rect text field?
I am using a text view as a comment composer.
In the properties inspector I can't find anything like a border style property so that I can make use a rounded rect, something like UITextField.
So, ...
21
votes
4answers
10k views
How to lose margin/padding in UITextView?
I have UITextView view in my Iphone application which displays large text and I am paging that text with offset margin, but the problem is, that it has some kind of margin or padding and it messes up ...
18
votes
4answers
6k views
How to stop UITextView from scrolling up when entering it
I have a UITextView included in a UITableViewCell. The layout is correct when the views are initially displayed, but once I click in the UITextView it automatically scrolls up a bit and the top half ...
18
votes
14answers
17k views
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 a large portion of text, so I allow the user to tap to go full screen (sort of like Photos.app).
The nav ...
11
votes
6answers
3k views
How to intercept click on link in UITextView?
Is it possible to perform custom action when user touch autodetected phone link in UITextView. Please do not advice to use UIWebView instead.
And please don't just repeat text from apple classes ...
11
votes
6answers
11k views
(iPhone) How to handle touches on a UITextView?
I'm trying to handle touches on a iPhone's UITextView. I successfully managed to handle taps and other touch events by creating a subclass of UIImageViews for example and implementing the touchesBegan ...
10
votes
2answers
392 views
ios - how to find what is the visible range of text in UITextView?
how to find what text is visible in a scrollable, non-ediable UITextView?
for example i may need to show next paragraph, then i want to find the current visible text range and use it to calculate the ...
10
votes
2answers
4k views
Can I change the color of auto detected links on UITextView?
I had a UITextView that detects phone numbers ans links, but this overrides my fontColor and change it to blueColor. Is there a way to format the color of auto detected links, or should I try a manual ...
9
votes
5answers
4k views
UITextView with Syntax Highlighting
I've found a question on this already but it didn't have a complete answer to it.
Is there a Framework or Library that can do Syntax Highlighting in a UITextView, specifically syntax highlighting ...
9
votes
5answers
1k views
Is there an iPhone equivalent to the NSTokenField control?
In my app I want the user to type names into a UITextField (or equivalent) and then when they press return, it will put that word(s) in a blue bubble that's usually associated with tags. The cursor ...
8
votes
2answers
570 views
How does the iBooks App format the text on separate pages?
Looking at the iBooks App, I was wondering how it accomplishes to format text (probably a very simple txt file) so that it is NOT SCROLLABLE but divided on separate pages.
I'd like to achieve the ...
8
votes
4answers
3k views
How to make a UITableViewCell with a UITextView inside, that dynamically adjust its height, on the basis of the UITextView?
I would like to have a tablew view with a behaviour similar to the iPhone Contacts app by Apple: a uitableviewcell with a uitextview inside, so that when I write in the uitextview, the uitextview ...
8
votes
3answers
5k views
How to get UITextView to respect newlines in Interface Builder?
I have a simple app with a UITextView embedded into a UIScrollView. Interface Builder won't let me add multiple newlines for spacing; when I hit return it sees that as "end of input" rather than ...
7
votes
1answer
178 views
UITextView text property returns “ ” if “ ” is typed in by the user?
Does anyone have a solution to this? I did some google-ing and came up with zilch. I have no idea why a UITextView would replace with a space, but it is indeed happening.
It is easy to ...
7
votes
7answers
946 views
Count the number of words in NSString
I'm trying to implement a word count function for my app that uses UITextView.
There's a space between two words in English, so it's really easy to count the number of words in an English sentence.
...
7
votes
1answer
3k views
UITableViewCell, UITextView with dynamic height
I need to make a UITableViewCell that holds alot of text. I know I can add a UITextView to my cell, but each entry will not have the same amount of text.
I know I can control the height of the ...
7
votes
2answers
2k views
Core text exactly same as UITextView text format?
I'm trying to set up a CTFrame that exactly matches my UITextView's text format in iPad.
First of all, I converted UITextView's text to an attributed string. Then I set up a width and a height of ...
7
votes
1answer
4k views
UIMenuController Custom Items
I have created a UIMenuController and have set it a custom menu item like so:
UIMenuController *menuController = [UIMenuController sharedMenuController];
UIMenuItem *item1 = [[UIMenuItem alloc] ...
7
votes
6answers
3k views
Pixel-Position of Cursor in UITextView
is there a way of getting the position (CGPoint) of the cursor (blinking bar) in an UITextView (preferable relative to its content). I don’t mean the location as an NSRange. I need something around:
...
7
votes
2answers
698 views
How to change the writing direction in iPhone UITextView or UITextField
Right now if you type something in a right to left language and tap and hold, the copy and paste menu will have an extra option for changing the writing direction form "left to right" to "right to ...
7
votes
4answers
4k views
UITextView selectedRange not displaying when set programatically
My problem is that programatically setting the selectedRange of UITextView selects the text, but does not visually indicate it's selected. Does this sound like a bug in OS 3.0/3.1. More importantly, ...
7
votes
5answers
9k views
6
votes
1answer
173 views
UIView atop the Keyboard similar to iMessage App
currently I'm attempting to basically implement and exact copy of Apples iMessage App.
That means I need a UITextView that is docked at the bottom of the screen, and moves up when it becomes ...
6
votes
2answers
4k views
UITextView in a UITableViewCell smooth auto-resize shows and hides keyboard on iPad, but works on iPhone
I have implemented a custom UITableViewCell which includes a UITextView that auto-resizes as the user types, similar to the "Notes" field in the Contacts app. It is working properly on my iPhone, but ...
6
votes
2answers
597 views
iPhone UITextView which is disabled becomes first responder when re-enabled
I have an application which has some text views on one of the controllers.
When the application is processing these text views are disabled and have their user interaction disabled.
The problem is ...
5
votes
2answers
332 views
replacing text in UITextView with NSUndoManager support
I want to be able to replace some text in an UITextView programatically, so I wrote this method as an UITextView category:
- (void) replaceCharactersInRange:(NSRange)range withString:(NSString ...
5
votes
3answers
3k views
UIWebView - Autoresize so that no scrolling (in the webView itself) is needed
I'm trying to use a UIWebView for displaying content higher than the screen of the iPhone, without needing to scroll in the webView itself.
The webView is placed under a UIScrollView in IB with some ...
5
votes
2answers
2k views
Text input box like the SMS app on the iPhone
I am having a terrible time trying to get an input box like the one in the SMS app.
Can anyone offer some guidance on how to build one of these and make it look good? I need an input box that is ...
5
votes
2answers
6k views
Autoresize UITextView and UIScrollView
I already did several searches on Stack Overflow and Google, but I couldn't find a solution to my problem.
I have a Detail View for a product that includes a UIScrollView and a few subviews ...
5
votes
1answer
2k views
how to insert UIImage into UITextView
im working on a editable notebook type project. it consists some text and images at any time.
in UITextView if we add images as subview the frames are fixed. but i have editable option. so i must ...
5
votes
5answers
4k views
iphone UITextView does not support data detectors when the text view is editable
I am getting an interesting warning at build time (iPhone simulator) that gives the following:
EditView.xib:35:0 UITextView does not support data detectors when the text view is editable.
This is ...
5
votes
4answers
2k views
How to move UITextView correction suggestion above text
I'm using a UITextView to roughly replicate the SMS text box above the keyboard. I'm using a UITextView instead of a field so that it can expand with multiple lines.
The problem is that, in my ...
5
votes
1answer
921 views
5
votes
3answers
15k views
Resizing UITextView
I have a UITextView added on my UIView. The textview added is not editable, it is just to display some data. The data displayed in the textview is dynamic. Thats is the number of lines is not fixed. ...
4
votes
3answers
246 views
Confirm UITextview auto-complete
This seems impossible, but maybe any of you had the same problem.
Is there possible for me to accept an autocomplete programmatically, or in someway get the suggested word that popups? My problem is ...
4
votes
2answers
221 views
UITextInput setMarkedText:selectedRange not working? (Can't be!)
I want to set the marked text programmatically and since iOS5 UITextView and UITextField conform to UITextInput this should be possible but for some reason I always get the markedText to be nil. :(
...
4
votes
1answer
372 views
SetFrame works on iPhone, but not on iPad. Auto resize mask to blame?
I'm trying to resize a UITextView when the keyboard shows. On iPhone it works beautifully. When the the system dispatches a keyboard notification, the text view resizes. When it's done editing, I ...
4
votes
4answers
1k views
Change the UITextView Text Direction
my language is not supported by iOS by default, so unicode is not an option so i am using a embedded true type font on a UITextView
it works for the most part, but my issue is like Arabic, and Hebrew ...
4
votes
3answers
443 views
How to change selected text color?
I'm using UITextView, and I need to change color(or background) of selected text, is it posible and how to implement it?
Thx to all, I've understood that it was bad idea.
4
votes
4answers
2k views
How to simulate a rich text view?
I want to simulate this kind of rich text view: (From twitter for iPad)
Only the text with the button on the link. ;) How can I place a button on the link? or make the link look as cool as this?
I ...
4
votes
2answers
658 views
Quartz based drop shadows don't work for me on UITextView
I have been able to add shadows to many UI objects in my view, including rather nicely drop shadowing some custom drawing in a UIImageView. However the same code produces nothing when applied to a ...
4
votes
1answer
1k views
How to set a margin in UITextView?
I'm currently developing a simple text-editing app for iPad.
I want to set left/right margins like the attached picture.
Just adding UITextView into another UIView with larger width won't work because ...
4
votes
2answers
225 views
Can you programmatically accept a spelling correction in UITextView?
I have a button that inserts a character into a UITextView. I want this button to behave as the spacebar button does; I want the pending autocorrect suggestion to be accepted upon pressing it.
Can ...
4
votes
1answer
596 views
How can I count characters UITextView shows?
how can I learn total number of characters a UITextView shows in its specific contentSize after UILineBreakModeWordWrap applied.
I will use different strings everytime as the text of UITextView.
The ...
4
votes
2answers
815 views
Simple UITextView crashing
I'm trying to use a simple UITextView in a basic view, but it causes the app to crash sporadically. Sometimes it crashes while I'm typing something in it, sometimes when I'm scrolling, sometimes after ...
4
votes
2answers
455 views
How can a create a automatically resizing table cell for entering texts like in the iPhone's “mail” app?
I'm try to emulated something just like the "new message" page in Apple's mail app on the iphone. I've implemented it with a tableview and I've successfully gotten the "To", "CC", and "Subject" rows ...
4
votes
1answer
1k views
How to set margins (padding) in UITextView?
I have a UITextView for text editing. By default, it has a small margin around the text. I want to increase that margin by a few pixels.
The contentInset property gives me margins, but it does not ...
4
votes
4answers
5k views
How to show button ‘Done’ on number pad on iPhone OS 4?
I'd like to add a Done button to the iPhone number pad keyboard. There's even a handy space at the bottom left for just such a button.
Previously, I was using a similar trick to those described in ...