ios - 代理(Delegate) no know instance method for selector ""
巴扎黑
巴扎黑 2017-04-17 17:48:54
0
3
812

巴扎黑
巴扎黑

reply all(3)
大家讲道理

Use weak when declaring a proxy

PHPzhong

The tabBarDidClickAddBtn: method is not declared in the protocol that self.delegate complies with, just declare it

PHPzhong

The error report has made it very clear: there is no tabBarDidClickAddBtn: method in the class corresponding to your self.delegate.

If you want to bypass it, you can try [self.delegate performSelector:@selector(tabBarDidClickAddBtn:) withObject:self].

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template