Hersha
Hersha

Reputation: 207

iOS - Clickable invisible segment control

Is there any way to make a segment control invisible while still being clickable? I've tried playing with the alpha settings but can't go below .02 and have it still be clickable. This seems the most convenient solution to my problem but if its imposible i can figure something else out.

Upvotes: 1

Views: 808

Answers (1)

CastToInteger
CastToInteger

Reputation: 521

Try setting its background color to [UIColor clearColor]

Upvotes: 1

Related Questions