Skip to content

Commit e23049b

Browse files
committed
Changed viewLoaded to isViewLoaded
1 parent ef6ff56 commit e23049b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LTHPasscodeViewController/LTHPasscodeViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,10 @@ - (void)setDigitsCount:(NSInteger)digitsCount {
429429
}
430430

431431
_digitsCount = digitsCount;
432-
432+
433433
// If we haven't loaded yet, do nothing,
434434
// _setupDigitFields will be called in viewDidLoad.
435-
if (!self.viewLoaded) { return; }
435+
if (!self.isViewLoaded) { return; }
436436
[self _setupDigitFields];
437437
}
438438

0 commit comments

Comments
 (0)