How to change UITableViewRowAction title color?

后端 未结 10 862
梦如初夏
梦如初夏 2020-11-30 05:49

Am using UITableViewRowAction in \"editActionsForRowAtIndexPath\" method. I can change the backgroundcolor of UITableViewRowAction, but am not able to change the title color

10条回答
  •  独厮守ぢ
    2020-11-30 06:32

    IF someone is still looking for an alternative solution:

    You can use the swipecellkit pod

    https://github.com/SwipeCellKit/SwipeCellKit

    This lets you customize the label color, image color and even the entire background while perserving the actual look and feel of the native implementation.

提交回复
热议问题