SORU
29 EYLÜL 2013, Pazar


Nasıl iOS 7 tamamen şeffaf gezinti çubuğu yapmak

Benim app UİNavigationBar tamamen şeffaf ve viewcontroller ile aynı hizada doğrudan altında olmak istiyorum. Ancak, bulabildiğim tek kod şeffaf ama şeffaf hale getirir. Bu notlar uygulamasında kullanılır çünkü iOS 7'de yapılabilir biliyorum. Sorum şu, bunu yapmak için kullanılan kod nedir?

CEVAP
11 EKİM 2013, Cuma


this answer

[self.navigationController.navigationBar setBackgroundImage:[UIImage new]
                     forBarMetrics:UIBarMetricsDefault];
self.navigationController.navigationBar.shadowImage = [UIImage new];
self.navigationController.navigationBar.translucent = YES;
self.navigationController.view.backgroundColor = [UIColor clearColor];
self.navigationController.navigationBar.backgroundColor = [UIColor clearColor];

Josh tarafından önerilen olarak da, yorum, çubuğu varsayılan geri koymak:

[self.navigationController.navigationBar setBackgroundImage:nil
                     forBarMetrics:UIBarMetricsDefault];

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

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Lin Steven

    Lin Steven

    17 EKİM 2006
  • Within Temptation

    Within Tempt

    18 EYLÜL 2006
  • YouChewBu

    YouChewBu

    26 Ocak 2009