
Using basic HTML in Labels on iOS like Android
For Android, MobileWeb and Tizen, labels support a html property that can take simple HTML to display formatted text. Since Titanium 3.2.0 we have support for attributedStrings on iOS, which can also be used to format text. Attributed Strings are complex However, constructing an Attributed String object is complex and not something you can sent […]