An easy way to Highlight text in UITextView.
- Simple methods with UITextView Category.
- Support Color code.
- Support Link URL.
- iOS 7.0+
- Xcode 8+ Swift 3+
Add the TextViewHighlight directory to your project.
####Please check out the Example project included.
#####Basic setting:
let textView: UITextView = UITextView(frame: CGRect(x: 0, y: 0, width: 300, height: 300))
textView.setMutiContentView("Sample: %mark<Mark;> %mark<Color code; #ff1234> %link<Google[https://google.com.tw]>”)
TextViewHighlight is available under the MIT License.
Copyright © 2016 Joe.