Search code examples
iosuitableviewios10iphone-6uitableviewrowaction

UITableViewRowAction background color overlap issue


For some rows in tableview last UITableViewRowAction's background color collapse with previous buttons. Also this issue happens only iPhone 6/6S.

enter image description here


Solution

  • Please make sure you are passing rounded value for the tableview's 'rowHeight' property. When we calculate row height dynamically based on text this issue will occur.