haha_094

班级

TA还未加入任何班级

课程

3万+浏览/ 726学员/ 4评分

笔记

来自视图控制器(View Controllers)介绍(0)

-(NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{return 1;}-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{return [_dataArray count];}-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{static NSString *CellIndentifier=@"Cell";UITableViewCell *cell=[tableView dequeueReusableCellStyleDefault reuseIdentifier:CellIdentifier];if(cell==nil){cell=[[UITableViewCell alloc]];}}

留言

功能维护升级中,维护完成完后将再次开放,非常抱歉给您学习造成的不便。