标签: ios swift eureka-forms
我没有在文档中找到如何添加选择多行的功能(请参阅随附的屏幕截图)。我知道如何使用普通的UITableView进行操作,但是当我使用Eureka并致电tableView.setEditing(true, animated: true)时,什么都没有发生。有什么办法可以用Eureka来实现吗?
UITableView
tableView.setEditing(true, animated: true)