How do I hide the text on a label in Obj-C?
- by dbonneville
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