iOS中的方法

2015-12-10  本文已影响0人  瞅你咋地

在iOS当中一些系统方法名特别的长,但是很好读懂。
-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:( NSIndexPath *)indexPath

  • 一个参数
    -(void)setImage:(NSString *)imageName;

  • 与xib链接的方法
    -(IBAction)clickBtn:(id)sender{// 点击事件的方法}

  • +:类方法 [类名 方法名]调用
    UIView *topView ("+"方法)= UIView.new;
上一篇 下一篇

猜你喜欢

热点阅读