iosobjective-cuitableviewios8uitableviewrowaction

How to change UITableViewRowAction title color?


Am using UITableViewRowAction in "editActionsForRowAtIndexPath" method. I can change the backgroundcolor of UITableViewRowAction, but am not able to change the title color. But I would like to change the color of the UITableViewRowAction. Any inputs on this regard will be appreciable.


Solution

  • I'm afraid that there's no way to change the title color of the UITableViewRowAction.

    The only things you can change on the action are:

    For more info, please refer to the Apple Doc UITableViewRowAction