Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
  2. UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"cell"];
  3. if (!cell) {
  4. cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:@"cell"];
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement