How do you specify a really large character in UIButton?
Posted
by Epsilon Prime
on Stack Overflow
See other posts from Stack Overflow
or by Epsilon Prime
Published on 2010-06-15T18:24:19Z
Indexed on
2010/06/15
18:32 UTC
Read the original article
Hit count: 224
I have a series of buttons that have suit symbols on them. Currently I provide these suit symbols as bitmaps. In preparation for iPhone 4 I'd like to use text instead. However Interface Builder rescales the button to account for whitespace underneath the symbol so I can't get the image to fill the button completely.
Any hints on getting Interface Builder to behave?
© Stack Overflow or respective owner