Skip to content

Commit ece947b

Browse files
ChromeCastの設定画面のナビゲーションバーの色を設定。
1 parent dd5d7d0 commit ece947b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

dConnectDevicePlugin/dConnectDeviceChromeCast/dConnectDeviceChromecast/Classes/DPChromecastSettingViewController.m

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ - (void)viewDidLoad
4949
title.text = @"Chromecast";
5050
[title sizeToFit];
5151
self.navigationItem.titleView = title;
52+
// バー背景色
53+
self.navigationController.navigationBar.barTintColor = [UIColor colorWithRed:0.00
54+
green:0.63
55+
blue:0.91
56+
alpha:1.0];
5257

5358
// ページ準備
5459
_pages = @[@"ConnectionGuide", @"PowerGuide", @"SettingGuide"];
@@ -147,4 +152,4 @@ - (void)didConnectToDevice:(GCKDevice *)device {
147152
- (void)didDisconnect {
148153
}
149154

150-
@end
155+
@end

0 commit comments

Comments
 (0)