开发者

Question about these UIButtons

How can I get a UIButton like the ones at the bottom of this picutre (move and delete)? Specifically, I want an image with a text just like that. http://4.bp.blogspot.com/_QLwms0mVa4w/SQN0MqPIpXI/AAAAAAAAAA8/lEikKn开发者_Go百科9eP_0/s1600-h/Screenshot+2008-10-25+15:31:21+-0400-1.png Thanks.

For Jason: The image sticks right beside the label. Is there anyway from IB I can set it to align to the left, while the label aligns to the right? Here's what it looks like right now:

Question about these UIButtons


What you can do is in Interface Builder, the UIButton can be set to a type of "Custom"

After you have done this, you can simply use your own image for the button and different images for each state of the button.

Although with this approach you won't be able to have additional text modified on it like the mail app has with "Delete (1)". However, if you don't need that then this solution will work for you.

Alternatively, if you just want an image stuck onto your existing button then there is an Image property in Interface Builder where you can slap on an image to your button.

If you need more functionality then you would probably have to create your own UIButton by subclassing to handle it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜