iOS web browser with a focus on security and privacy
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

BookmarkController: fix typo in cell reuse

+1 -1
+1 -1
Endless/BookmarkController.m
··· 85 85 { 86 86 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"bookmark"]; 87 87 if (cell == nil) 88 - cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:@"boomark"]; 88 + cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:@"bookmark"]; 89 89 90 90 Bookmark *b = [[Bookmark list] objectAtIndex:indexPath.row]; 91 91 if (b != nil) {