iPhone UIButton - image position

Posted by Pavel Yakimenko on Stack Overflow See other posts from Stack Overflow or by Pavel Yakimenko
Published on 2010-03-25T13:44:04Z Indexed on 2010/03/25 14:03 UTC
Read the original article Hit count: 570

Filed under:
|
|

Hello!

I have a UIButton with text "Explore the app" and image (>) In Interface Builder it looks like:

   [ (>) Explore the app ]

But I need to place this image AFTER the text:

   [ Explore the app (>) ]

How can I move the image to the right?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch