Searched refs:tableViewCell (Results 1 - 4 of 4) sorted by relevance

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAPushMechanismTableViewCellController.m27 - (instancetype)initWithView:(FRAPushMechanismTableViewCell *)tableViewCell mechanism:(FRAPushMechanism *)mechanism {
29 _tableViewCell = tableViewCell;
48 self.tableViewCell.notificationsBadge.alpha = 0.0f;
52 self.tableViewCell.notificationsBadge.alpha = 1.0f;
63 self.tableViewCell.notificationsBadge.text = [NSString stringWithFormat:@"%ld", (long)[self.mechanism pendingNotificationsCount]];
H A DFRAPushMechanismTableViewCellController.h34 @property (weak, nonatomic) FRAPushMechanismTableViewCell *tableViewCell; variable
H A DFRAOathMechanismTableViewCellController.m70 self.tableViewCell.totpCodeProgress.alpha = 0.0f;
71 self.tableViewCell.hotpRefreshButton.alpha = 0.0f;
76 self.tableViewCell.totpCodeProgress.alpha = 1.0f;
77 self.tableViewCell.hotpRefreshButton.alpha = 0.0f;
81 self.tableViewCell.totpCodeProgress.alpha = 0.0f;
82 self.tableViewCell.hotpRefreshButton.alpha = 1.0f;
84 self.tableViewCell.totpCodeProgress.progress = 0.0f;
180 self.tableViewCell.totpCodeProgress.progress = progress;
181 self.tableViewCell.totpCodeProgress.progressColor = color;
182 self.tableViewCell
[all...]
H A DFRAOathMechanismTableViewCellController.h32 @property (weak, nonatomic) FRAOathMechanismTableViewCell *tableViewCell; variable

Completed in 28 milliseconds