Am using UITableViewRowAction in \"editActionsForRowAtIndexPath\" method. I can change the backgroundcolor of UITableViewRowAction, but am not able to change the title color
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