码迷,mamicode.com
首页 > 编程语言 > 详细

Swift入坑--@selector

时间:2015-07-10 19:05:24      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:

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

“does not implement methodSignatureForSelector: -- trouble ahead”

“does not implement doesNotRecognizeSelector: -- abort”

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

版权声明:本文为博主原创文章,未经博主允许不得转载。

Swift入坑--@selector

标签:

原文地址:http://blog.csdn.net/broccoliii/article/details/46833249

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!