开发者

UISegmentedControl Glow effect

开发者 https://www.devze.com 2023-01-20 11:31 出处:网络
开发者_StackOverflow社区Is it possible to add a glow effect in a UISegmentedControl like how its done in UIbutton usingsetShowsTouchWhenHighlighted:YES?

开发者_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

精彩评论

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