在使用@selector(method)时候,当method有多个参数 例如:; -
(void)func:(nsdictionary *)dic @selector(func:)//应该在func后面加: 如果有多个参数 -
(void)func:(nsdictionary *)dic dic1:(nsdictionary *)dic1 @selector(func:dic1:)@selector注意事项
原文:http://www.cnblogs.com/wudizbb/p/3530263.html