Use UITableViewCell in iOS


-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@”Cell0″];
Cell0 *Cell1 = (Cell0*)cell;
Cell1.title.text =@”ktr”;
Cell1.subject.text =@”kathir”;
return cell;
}

UITableViewCell in iOS
UITableViewCell in iOS

Download Source code here

 

-ktrkathir

Author: Kathiresan Murugan

Associate Technical Lead - iOS

Leave a comment