【发布时间】:2015-12-09 00:25:13
【问题描述】:
我想添加两个框架 SWRevealViewController 和 SLKTextViewController 但我收到了这个奇怪的错误。
我读到过这个错误,但看起来很混乱。
Viewcontroller 对协议 UIGestureRecognizerDelegate 的冗余一致性
class Viewcontroller: SLKTextViewController,SWRevealViewControllerDelegate,UIGestureRecognizerDelegate {
// a lot of functions and code
}
【问题讨论】:
标签: ios iphone swift swrevealviewcontroller