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 c开发者_如何转开发lickable. This seems the most convenient solution to my problem but if its imposible i can figure something else out.
Try setting its background color to [UIColor clearColor]
精彩评论