SORU
17 ŞUBAT 2010, ÇARŞAMBA


Değişim UİSegmentedControl yazı tipi boyutu

Herkes nasıl UISegmentedControl yazı tipini ve boyutunu değiştirebilir miyim söyleyebilir mi?

CEVAP
15 EYLÜL 2011, PERŞEMBE


Aynı sorunla karşılaştım. Bu kod, tüm parçalı denetim için yazı tipi boyutunu ayarlar. Benzer bir yazı tipini ayarlamak için işe yarayabilir. Bu iOS5 için kullanılabilir olduğunu unutmayın

UIFont *font = [UIFont boldSystemFontOfSize:12.0f];
NSDictionary *attributes = [NSDictionary dictionaryWithObject:font
                                                       forKey:NSFontAttributeName];
[segmentedControl setTitleTextAttributes:attributes 
                                forState:UIControlStateNormal];

EDİT: UITextAttributeFont - NSFontAttributeName yerine. onaylanmaz

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

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Carlos Delgado

    Carlos Delga

    21 HAZİRAN 2011
  • Epic Tutorials for iPhone, iPad and iOS

    Epic Tutoria

    18 EYLÜL 2011
  • Blu animations and other videos

    Blu animatio

    15 HAZİRAN 2007