美文网首页
2.9、规则:方法的每个参数必须有参数声明,尽可能对参数做出􏰁述

2.9、规则:方法的每个参数必须有参数声明,尽可能对参数做出􏰁述

作者: 半升多瑙河 | 来源:发表于2016-07-19 15:57 被阅读14次

    示例:

    -(void)sendAction:(SEL)aSelectortoObject:(id)anObjectforAllCells:(BOOL)flag; Right.

    -(void)sendAction:(SEL)aSelector :(id)anObject :(BOOL)flag Wrong. ;

    - (id)viewWithTag:(NSInteger)aTag; Right. 

    - (id)taggedView:(int)aTag; Wrong.

    相关文章

      网友评论

          本文标题:2.9、规则:方法的每个参数必须有参数声明,尽可能对参数做出􏰁述

          本文链接:https://www.haomeiwen.com/subject/eawmjttx.html