How can I remove a shadow in iPhone

后端 未结 2 754
囚心锁ツ
囚心锁ツ 2021-02-08 23:18

I am using the standard way of making shadows from a button programmatically, but I would like to shadow to no longer exist after I am done with the button. I could set opacity

2条回答
  •  闹比i
    闹比i (楼主)
    2021-02-08 23:51

    I would just remove the button, and replace it with an identical (but non-shadowed) button. Or keep both around and hide/unhide one of them. Sometimes it's easier to create a new UI object than munge around with an existing one.

提交回复
热议问题