문제

I like to use the same tint color that apple uses for its iOS6 Appstore top bar. enter image description here

But I can't manage to find out the right color. I tried a lot of colors but none of them was right.

Does anybody have a clue.

도움이 되었습니까?

해결책

You can do this by giving black as the navigation bar's tint color.(iOS5+ apps)

[[UINavigationBar appearance] setTintColor:[UIColor blackColor]];
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top