开发者

UISegmentedControl Glow effect

开发者_StackOverflow社区Is it possible to add a glow effect in a UISegmentedControl like how its done in UIbutton using setShowsTouchWhenHighlighted:YES?

Thanks


The UISegmentControl is similar in that you can listen for events like UIControlEventTouchDown & UIControlEventTouchUpInside so you could add your own glow layer on top of the segmentcontrol view to give it that effect.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜