我有一个swift框架,在这个框架中我使用了GoogleMLKit/SegmentationSelfie。因为MLKit只能通过可可pods使用,所以我必须将我的项目转换为pods项目,并按如下所示导入MLKit库。# platform :ios, '9.0'
# Comment the next line if you don't want to use d
我有一个带有CollectionView的视图控制器,里面有图片。 当我尝试使用TableView向其添加SideMenu时,在点击工具栏按钮'NSInvalidArgumentException', reason: 'must pass a class of kind UITableViewCell'时出现以下错误 我正在使用本教程来实现this 这个错误有什么原因吗?我应该改变什么? 这是我的ViewController类 import SideMenu
class ViewController: UIViewControlle