swift uitableviewcell multiple selection
swift – Select multiple rows in tableview and tick the selected ones – Stack Overflow
ios – TableView AllowsMultipleSelection – Still allowing multiple selections – Stack Overflow
ios – Multiple Selection with UITableView Swift – Stack Overflow
试试:
self.personTableView.allowsMultipleSelection = true |
然后就可以了。
转载请注明:在路上 » 【已解决】swift中UITableView中支持多选