标签: swift uiimage tableview action
我在tableView actionsForRow中使用带有swift 3的patternImage设置backgroundColor时出现此问题。
我的代码:
delete.backgroundColor = UIColor(patternImage: (UIImage(named: "button-delete-default-png")!))
有什么想法吗?我已经搜索了大约两天,什么都没有......
提前感谢任何建议!