How can I create a big, red UIButton with iOS?

后端 未结 6 1289
一整个雨季
一整个雨季 2020-11-29 15:03

Using iOS, how would I go about creating a red \"delete\" button similar to the one used when deleting contacts on the iPhone?

6条回答
  •  暖寄归人
    2020-11-29 15:39

    You can create a separate section in your grouped table view, give that section only one row, and set that cell's background image to a red gradient image. You'll have to recreate that image on your own, though.

提交回复
热议问题