Tuesday 10 February 2015

matching UINavigationBar color to your view controller object

[[UINavigationBar appearance] setBarTintColor: UIColorFromRGB(0x00a2ff)];

[searchBar setBackgroundImage:[UIImage imageFromColor:UIColorFromRGB(0x17aafe)]];

17aafe − 00a2ff = 1707ff



No comments:

Post a Comment