-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi !
Just a simple question.
Is it possible to change the text color of UITextView with a animation?
[UITextView beginAnimations:nil context:NULL];
[UITextView setAnimationDuration:2.0];
textView.textColor = [UIColor grayColor];
[UITextView commitAnimations];
Cheers!
- Martin
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone,
I want to select Text on UITextView, similar to the default "Select" and "Select All" pop options we see when we tap. I want to the user the ability to do that from my custom menu. I played with selectedRange but that doesnt seem to do the trick. Any ideas?
Thanks
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello guys,
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 (UIImageView, UILabel, UITextView). You can find an example here.
First I wanna autoresize the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 uitextfield.
so the question is :
How to style uitextview like uitextfield rounded rect ?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an RSS feed that gets arranged in a UITableView which lets the user select a story that loads in a UIWebView. However, I'd like to stop using the UIWebView and just use a UITextView or UILabel.
This png is what I am trying to do (just display the various text aspects of a news story):
I…
>>> More