Thread with 11 posts
jump to expanded posttouchHLE progress: UILabel
works!!! 🥳🥳🥳
https://github.com/hikari-no-yume/touchHLE/commit/7e1d995ef7dc5dcd8ce7588c76618645a901a900
@hikari Do you support attributed strings
@saagar not yet
@hikari I hope you like rendering HTML
@saagar i will simply not support it
@hikari I’m going back in time to inject -[NSAttributedString initWithHTML:documentAttributes:] calls into popular apps
@saagar you know, i think i might prefer having (very basic) support for NSAttributedString to having to support UIWebView…
@hikari Did you know that the original iPhone did text rendering using WebKit
@saagar oh, that makes a lot of sense actually.
@saagar something I've learned from this project is that web apps and native apps on the iPhone were not so distant from eachother. Apple's idea of doing everything as a web app isn't that bad
@saagar someone will say “but the web is slow!”, but WebKit is written in C++ rather than Objective-C so,