How can I make a clickable link in an NSAttributedString?
It’s trivial to make hyperlinks clickable in a UITextView. You just set the “detect links” checkbox on the view in IB, and it … Read more
It’s trivial to make hyperlinks clickable in a UITextView. You just set the “detect links” checkbox on the view in IB, and it … Read more
I’m wondering about changing the color of the cursor / caret in a UITextField (And UITextView if its the same answer) in iOS. … Read more
I am developing an application where user has to write some information. For this purpose I need a UITextField which is multi-line (in … Read more
After upgrading to Xcode 11.2 from Xcode 11.1 my app crashes: *** Terminating app due to uncaught exception ‘NSInvalidUnarchiveOperationException’, reason: ‘Could not instantiate … Read more
How can I add a placeholder in a UITextView, similar to the one you can set for UITextField, in Swift? 44 Answers 44 … Read more
Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers … Read more
Is there a way to have multiple lines of text in UILabel like in the UITextView or should I use the second one … Read more
I have a UITextView in my iOS application, which displays a large amount of text. I am then paging this text by using … Read more
Is there a good way to adjust the size of a UITextView to conform to its content? Say for instance I have a … Read more
My application uses an UITextView. Now I want the UITextView to have a placeholder similar to the one you can set for an … Read more