Important limitations and rendering notes
mainWhen using ZMarkupParser, keep the following in mind:
- Link Styling: To change link colors in a
UITextView, you must set thelinkTextAttributesproperty to anNSAttributedString.Keycontaining the desired styles. Note thatUILabeldoes not support changing.linktext color viaNSAttributedString.Key.foregroundColor. - Complexity: This library is designed for rendering partial HTML content. It is not suitable for very large or highly complex HTML documents; for those use cases, a
WKWebViewis recommended.