superkk
Results
1
comments of
superkk
` if (iOS8) { if (rowAction.backgroundColor) { rowActionButton.backgroundColor = rowAction.backgroundColor; } else { rowActionButton.backgroundColor = rowAction.style == UITableViewRowActionStyleDestructive ? deleteConfirmButton.backgroundColor : [UIColor colorWithRed:187.0/255.0 green:187.0/255.0 blue:193.0/255.0 alpha:1.0]; } } ` 这样修改后ios7将出现系统默认的删除按钮,而不是一片红色。