Permalink
Browse files
don't auto-set badges to orange
- Loading branch information...
Showing
with
0 additions
and
1 deletion.
-
+0
−1
Sample/Classes/RootViewController.m
|
@@ -83,7 +83,6 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N |
|
|
cell.summary = @"Summary";
|
|
|
cell.detail = @"Detail text goes here";
|
|
|
cell.badgeText = [NSString stringWithFormat:@"Row %d", indexPath.row];
|
|
|
- cell.badgeColor = [UIColor orangeColor];
|
|
|
|
|
|
return cell;
|
|
|
}
|
|
|
0 comments on commit
fb136c7