iphone - UITableViewCell superscripts & subscripts -


Is it possible to display a subtitle or superscript text in a UTable electricity table without creating a custom cell?

If you only need numbers, for Unicode characters 2070..2079 for superScript and for subscript Use 2080..2089.

If you need more then I suggest using a UIWebView. With HTML tags & lt; Sup> And & lt; Sub & gt; You can format your text and add style with bold, italic, underline ...

Good luck!


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -