补充key
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
[self.checkButton addTarget:self action:@selector(toggleCheck) forControlEvents:UIControlEventTouchUpInside];
|
||||
|
||||
self.descLabel = [UILabel new];
|
||||
self.descLabel.text = @"allow log in with apple id?";
|
||||
self.descLabel.text = KBLocalized(@"Allow log in with Apple ID?");
|
||||
self.descLabel.textColor = [UIColor blackColor];
|
||||
self.descLabel.font = [UIFont systemFontOfSize:16];
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
self.continueButton.layer.cornerRadius = 10;
|
||||
self.continueButton.layer.borderWidth = 1.0;
|
||||
self.continueButton.layer.borderColor = [UIColor colorWithWhite:0.8 alpha:1.0].CGColor;
|
||||
[self.continueButton setTitle:@"Continue" forState:UIControlStateNormal];
|
||||
[self.continueButton setTitle:KBLocalized(@"Continue") forState:UIControlStateNormal];
|
||||
[self.continueButton setTitleColor:[UIColor blackColor] forState:UIControlStateNormal];
|
||||
self.continueButton.titleLabel.font = [UIFont boldSystemFontOfSize:20];
|
||||
[self.continueButton addTarget:self action:@selector(onContinue) forControlEvents:UIControlEventTouchUpInside];
|
||||
|
||||
Reference in New Issue
Block a user