ZhgChg.Li
Selected tag

#nsattributedstring

5 essays tagged

ZRealm Dev. 2024-09-20

iOS 18 NSAttributedString Attributes Range Merging|Equatable Behavior Change Explained

Discover how iOS 18 updates NSAttributedString attributes range merging by referencing Equatable, resolving inconsist...

ios-app-developmentnsattributedstring
ZRealm Dev. 2024-06-01

iOS NSAttributedString: Mastering NSTextList & NSTextTab for List Indentation

Discover how iOS developers leverage NSAttributedString with NSTextList and NSTextTab to replicate HTML-like OL/UL/LI...

ios-app-developmentnsattributedstring
ZRealm Dev. 2023-03-12

HTML Parsing Techniques|Build Custom Parsers for NSAttributedString Rendering

Discover how to transform HTML into NSAttributedString with a custom-built ZMarkupParser engine, solving rendering ch...

ios-app-developmenthtml-parsing
ZRealm Dev. 2023-02-26

ZMarkupParser|Convert HTML String to NSAttributedString with Custom Style Keys

Developers facing challenges in converting HTML strings to NSAttributedString can utilize ZMarkupParser to apply prec...

html-parsernsattributedstring
ZRealm Dev. 2022-06-10

iOS NSAttributedString HTML Rendering|Efficient Alternative to DocumentType.html

Discover a streamlined method to render HTML in iOS using NSAttributedString without relying on DocumentType.html, so...

ios-app-developmentnsattributedstring