There does not seem to be any way to avoid applying the Button style to UITableViewRowActions, (the slideout buttons). I have tried adding this to the exclude / exclude-subviews attributes of Button NUI class, but that did not work. Also looked for a way to set nuiClass to "none" programmatically but that also did not work (and may require accessing private classes within UITableViewRowAction.
Anyone know a solution here other than not using Button as a style class?
