UIButton default tap fade animation missing in UITableViewController custom cell

后端 未结 6 935
后悔当初
后悔当初 2021-02-08 08:41

I have a custom cell with a few UIButtons in it. I have created Target Actions like so on the buttons:

[cell.customLocationButton addTarget:self action:@selector         


        
6条回答
  •  逝去的感伤
    2021-02-08 09:06

    In your XIB inside attribute inspector select your button and then inside button type you will get follow option you can select and change your button look and feel accordingly:-

    enter image description here

提交回复
热议问题