SORU
22 AĞUSTOS 2013, PERŞEMBE


UİBarButton düğmesi ok renk iOS 7 geri

Geri düğmesi ok değiştirmeye çalışıyorum

enter image description here

Şu anda aşağıdaki metin boyutu ve arka düğmesi renk: metin kontrol etmek için kullanıyorum

[[UIBarButtonItem appearance] setTitleTextAttributes:
  [NSDictionary dictionaryWithObjectsAndKeys:
    [UIColor whiteColor], UITextAttributeTextColor,
    [UIFont boldSystemFontOfSize:16.0f], UITextAttributeFont,
    [UIColor darkGrayColor], UITextAttributeTextShadowColor,
    [NSValue valueWithCGSize:CGSizeMake(0.0, -1.0)], UITextAttributeTextShadowOffset,
  nil] forState:UIControlStateNormal];

ama eğer geri düğmesi için ok sadece rengini değiştirmek istiyorum, ne yapmalıyım?

CEVAP
15 EYLÜL 2013, Pazar


Belirli bir gezinti denetleyicisi için chevron renk geri düğmesi* değiştirmek için:

self.navigationController.navigationBar.tintColor = [UIColor whiteColor];

*Eğer kullandığınız bir uygulama ile daha 1 gezinti kontrol ve bu sembol renk uygulamak için her isteyebilirsiniz kullanın görünümünü proxy ayarlamak için Geri düğmesini chevron için her gezinti denetleyicisi, aşağıdaki gibi:

[[UINavigationBar appearance] setTintColor:[UIColor whiteColor]];

Ve iyi ölçmek için, swift (yorum Jay Mayu için teşekkürler):

UINavigationBar.appearance().tintColor = UIColor.whiteColor()

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • B4ROK

    B4ROK

    1 EKİM 2008
  • dhcrr's channel

    dhcrr's chan

    2 Ocak 2007
  • ElChakotay Andrich

    ElChakotay A

    10 EKİM 2013