开发者

changing the color of Phone number(UITextView...with detect Phone Number enabled in xib file) in objective c

开发者 https://www.devze.com 2023-04-03 06:20 出处:网络
Can we change from default blue color of Phone number(UITextView...with detect Phone Number option enabled in xib file) to other color in objective c?

Can we change from default blue color of Phone number(UITextView...with detect Phone Number option enabled in xib file) to other color in objective c?

For example number like 00471122345 shown in blue color in app 开发者_运维百科which is not suiting by application back ground.


You can't change the default text colors in a UITextView. If you want control over text colors, the best way is to use UIWebView. It even has built-in detect phone numbers, if you want that. In a web view, you can change the text color, the background color, the link color, the visited link color, etc. just like on a normal web page.

(You can also do fancy alignment, tabling, add images, put have different parts of text be different size/font/color, etc. It's just a web page! :)

0

精彩评论

暂无评论...
验证码 换一张
取 消