Skip to content

Commit ead4881

Browse files
Pebbleデバイスプラグインの設定画面のナビゲーションバーの色調整。
1 parent ece947b commit ead4881

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

dConnectDevicePlugin/dConnectDevicePebble/dConnectDevicePebble/Classes/settings/PebbleViewController.m

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ - (void)viewDidLoad
4343

4444
[self addChildViewController:self.pageViewController];
4545
[self.view addSubview:self.pageViewController.view];
46-
46+
// バー背景色
47+
self.navigationController.navigationBar.barTintColor = [UIColor colorWithRed:0.00
48+
green:0.63
49+
blue:0.91
50+
alpha:1.0];
51+
4752

4853
[self addChildViewController:self.pageViewController];
4954
[self.view addSubview:self.pageViewController.view];

0 commit comments

Comments
 (0)