Swift入坑--@selector

前端之家收集整理的这篇文章主要介绍了Swift入坑--@selector前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

在Swift中@selector 直接用 "methodName" 就可以了,如果后面有参数记得加上冒号"methodName:"

“does not implement methodSignatureForSelector: -- trouble ahead”

“does not implement doesNotRecognizeSelector: -- abort”

如果发生了这两个错误记得给基类加上 NSObject

原文链接:https://www.f2er.com/swift/326661.html

猜你在找的Swift相关文章