How can I add the 'Glow effect' to UIBarButtonItem?

后端 未结 2 793
旧巷少年郎
旧巷少年郎 2021-01-14 05:25

I tried a lot to find out the glow effect for UIBarButtonItem. Now am doing by creating a UIButton and making it as the customView for the UIBarButton. Do anyone have any o

2条回答
  •  忘掉有多难
    2021-01-14 06:06

    Have you tried

    - (id)initWithImage:(UIImage *)image style:(UIBarButtonItemStyle)style target:(id)target action:(SEL)action

    as button style using UIBarButtonItemStylePlain

提交回复
热议问题