Tweak status bar colors in registration flow.

pull/1/head
Matthew Chen 7 years ago
parent 3e57a4442d
commit 7866c5ab28

@ -500,6 +500,11 @@ NS_ASSUME_NONNULL_BEGIN
[self submitVerificationCode]; [self submitVerificationCode];
} }
- (UIStatusBarStyle)preferredStatusBarStyle
{
return UIStatusBarStyleLightContent;
}
@end @end
NS_ASSUME_NONNULL_END NS_ASSUME_NONNULL_END

@ -607,6 +607,11 @@ NSString *const kKeychainKey_LastRegisteredPhoneNumber = @"kKeychainKey_LastRegi
#endif #endif
- (UIStatusBarStyle)preferredStatusBarStyle
{
return UIStatusBarStyleLightContent;
}
@end @end
NS_ASSUME_NONNULL_END NS_ASSUME_NONNULL_END

Loading…
Cancel
Save