How do I hide the text on a label in Obj-C?
Posted
by dbonneville
on Stack Overflow
See other posts from Stack Overflow
or by dbonneville
Published on 2010-03-22T05:33:36Z
Indexed on
2010/03/22
5:41 UTC
Read the original article
Hit count: 301
I'm using label of a button to send a value into a function. However, I want the button to be invisible. I have the background color turned of in IB, and the text color is also set to nothing, but the text still shows up on the button.
Is there another way to have a clear button that sends a value when it's clicked?
If I could just turn off / hide the text on the stock UIButton that would be perfect...
Thanks,
Doug
© Stack Overflow or respective owner