Is it possible to change the styling of iPhone native buttons? For example, I'd like to use a smaller font size for part of the button text, and larger for another - something like
<small>pick a</small><big>color</big>
I'd also like to use buttons that form a right-arrow shape instead of being rectangular. Something like:
---------------------------------
\ Color \ Size \ Shape \
/ / / /
----------------------------------
Any of that possible?