Gezinti Çubuğu'nun siyah ve içindeki tüm renklerin beyaz olması için arka plan ayarlamak istiyorum .
Yani, bu kodu kullandım:
[[UINavigationBar appearance] setTitleTextAttributes:
[NSDictionary dictionaryWithObjectsAndKeys:
[UIColor whiteColor],
NSForegroundColorAttributeName,
[UIColor whiteColor],
NSForegroundColorAttributeName,
[NSValue valueWithUIOffset:UIOffsetMake(0, -1)],
NSForegroundColorAttributeName,
[UIFont fontWithName:@"Arial-Bold" size:0.0],
NSFontAttributeName,
nil]];
Ancak geri düğmesi metin rengi , ok ve çubuk düğmesi hala varsayılan mavi renge sahiptir .
Aşağıdaki renkler gibi bu renkleri nasıl değiştirebilirim?