Advertisement
Guest User

Untitled

a guest
Sep 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
  2.     MojaKlasaTableViewCell *cell = (MojaKlasaTableViewCell*)[tableView dequeueReusableCellWithIdentifier:@"MojaCell" forIndexPath:indexPath];
  3.  
  4.    
  5.     cell.textLabel.text = @"Cos tam";
  6.    
  7.     // cellLabel to moj label
  8.     cell.cellLabel.text = @"Cos tam";
  9.    
  10.     return cell;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement