0
votes
1answer
13 views
Highlight PART of text of UITextView
Hi all together,
I'm quite new to Iphone programming, and already did some search on the internet trying to get some usefull help.
What I would like to do is, if my detailed view gets called I would …
0
votes
1answer
27 views
UITextView Text alignmnet at Top
I'm using UITextView to display a text read from XML file. On click of a button, it will read next entry from XML file and replaces text in text view accordingly.
Its working fine.
But the trouble is …
1
vote
1answer
22 views
Font size in TextView
I just plunked a textview down on a view, and found that the attributes inspector in IB doesn't seem to allow changing font size. Is that possible, or am I stuck with the default size?
Thanks in …
0
votes
1answer
46 views
Inconsitant results with Pinches in a UITextView
I'm trying to figure out the best way to handle pinch gestures in a UITextView. Currently I've been trying to handle it all in the UITextView, but I'm getting inconsistant results. It seems that it …
1
vote
2answers
62 views
iPhone SDK - opening links in a UITextView in a web view
I have specified dataDetectorTypes on a UITextView so that URLs open in Safari when touched.
Is it possible to intercept this behaviour so I load the URL in a UIWebView instead? Or would I have …
0
votes
1answer
16 views
Share didSelectRowAtIndexPath selection in an array, between 2 controllers
On my never ending quest to share a table row selection to multiple views loaded in a modal view, I have got it down to one issue. I am using Apples DrillDownSave sample code as a model to recreate …
0
votes
0answers
24 views
color of hyperlink in iphone
Hi everyone, is there a way to change hyperlink color in situations when UITextView and, for example,
.dataDetectorTypes = UIDataDetectorTypePhoneNumber;
are used?
Thanks in advance!
0
votes
2answers
65 views
UITextView autoscroll to last line
Hi *,
When writing in a UITextView more text than can fit entirely inside it, the text will scroll up and the cursor will often place itself one or two lines above the view's bottom line. This is a …
1
vote
0answers
30 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 …
0
votes
1answer
50 views
UITableView won’t scroll after editing view frame and origin
I'm trying to implement a UITextView in a table cell at the bottom of a table view.
I've tried the suggestions here …
0
votes
2answers
43 views
Problem setText UITextView
Hi i have a problem. I have 2 viewcontroller, in the first there is a mapView that implements the function "calloutAccessoryControlTapped" to tap a button on an annotation on the mapView;
in the …
0
votes
2answers
131 views
How to style uitextview to like Rounded Rect text field ?
Hello all,
I am using a text view as a comment composer .
In the properties inspector I can't find anything like border style property so that I can make it to rounded rect something like …
0
votes
1answer
21 views
Hide UIMenuController using UIMenuControllerWillShowMenuNotification
Hi,
I have a UITextView(not editable). When user tries to select text I want to hide the Select | Select All menu.
Is there a way by which I can hide using the Global notification …
0
votes
2answers
54 views
UITextView has no events
I am developing an iPhone application which requires a multiline text field (UITextView) to capture some text.
When the user touches inside the textView it becomes firstResponder and displays the …
1
vote
0answers
23 views
UITExtview gains an extra line when it should not
I wonder if there is someone out there that can shed some light as to what is happening in my app. I have created a multiline text box using the UITextView. When the view loads it is a single line …
