Skip to content

Commit 0262a1b

Browse files
ナビゲーションバーの色調整。
1 parent 4007e79 commit 0262a1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dConnectSDK/dConnectSDKForIOS/DConnectSDK/Classes/localoauth/LocalOAuthConfirmAuthViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ - (void)viewDidLoad
7070
[super viewDidLoad];
7171
// Do any additional setup after loading the view.
7272

73-
74-
73+
[UINavigationBar appearance].barTintColor = [UIColor whiteColor];
74+
[UINavigationBar appearance].tintColor = [UIColor colorWithRed:0.000 green:0.549 blue:0.890 alpha:1.000];
7575
/* 言語環境(書式)の設定に合わせたフォーマットで日付文字列を取得 */
7676
NSDate *expirePeriod = [NSDate dateWithTimeIntervalSinceNow:
7777
LocalOAuth2Settings_DEFAULT_TOKEN_EXPIRE_PERIOD];

0 commit comments

Comments
 (0)