I was planning to add a MobileTextArea to an iOS app, to display text that may be styled at places. It appears there’s no function about styles .
iOS design extensions also don’t have such support and I find it curious there’s no Issue nor discussion in this forum, for a feature that sounds such basic in my opinion.
Am I just missing the obvious?
Styling isn’t an easy task on iOS but can be done with declares.
I already use styling in some Labels in a couple apps so I might be able to add this to iOSDesignExtensions.
I think using an HTMLViewer is the easiest solution.
But you might need a few declares to prevent zooming in/out in order to replicate the look and feel of a text area.