Lines Matching refs:self
28 if (self = [super init]) {
32 return self;
37 [self showHideElements];
38 [self reloadData];
46 if (self.isEditing) {
48 self.tableViewCell.notificationsBadge.alpha = 0.0f;
52 self.tableViewCell.notificationsBadge.alpha = 1.0f;
59 [self showHideElements];
63 self.tableViewCell.notificationsBadge.text = [NSString stringWithFormat:@"%ld", (long)[self.mechanism pendingNotificationsCount]];