Is there a way to layout the title and subtitle of a UIButton horizontally?

I’d like to be able to lay out a UIButton with title and subtitle on the same horizontal axis, something like…

±---------------------------------------------------------+
| Title Subtitle |
±---------------------------------------------------------+

or

±---------------------------------------------------------+
| Title Subtitle ► |
±---------------------------------------------------------+

I see where UIButton has a setting to put the image on the trailing edge, but I don’t see a way to align the text horizontally.

Any ideas?

Thanks

This topic was automatically closed after 166 days. New replies are no longer allowed.