Quote:
Originally Posted by MacBuddy
Hi, I'm trying to figure out a way to highlight keyboard in a UITextView or TextField. I'm trying to do something like this...
The UITextView's text color is set to black. When the user inputs a url i'd like to be able to set the url a different color to the actual text. How would I go about this?
|
With a textView, in IB just check the boxes under the inspector for phone, url, etc. Xcode will detect words and numbers that should be "hyperlinked" and do it for you.