iOS中的方法

2015-12-10  本文已影响24人  王老板
-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:( NSIndexPath *)indexPath{}
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
    return 1;
-(IBAction)clickBtn:(id)sender{}

星后面的就为对象

上一篇 下一篇

猜你喜欢

热点阅读