haha_094

haha_094的笔记

来自视图控制器(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]];}}