tweaking share view controller

This commit is contained in:
Roy Yang 2012-08-13 23:41:16 -07:00
parent 326dbd4150
commit 5f29c4552d

View file

@ -66,6 +66,8 @@
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) {
self.navigationController.navigationBar.tintColor = [UIColor colorWithRed:0.16f green:0.36f blue:0.46 alpha:0.9];
} else {
self.submitButton.tintColor = UIColorFromRGB(0x709d3c);
}
[super viewDidLoad];