SORU
7 EKİM 2010, PERŞEMBE


Set UİLabel satır aralığı

Nasıl çok satırlı çizgiler UILabel arasındaki uçurum değiştirebilir miyim?

CEVAP
17 NİSAN 2013, ÇARŞAMBA


Bu UİLabel atfedilen bir dize ayarlayabilirsiniz ios 6 içinde başlayacak

NSString *labelText = @"some text"; 
NSMutableAttributedString *attributedString = [[NSMutableAttributedString alloc] initWithString:labelText];
NSMutableParagraphStyle *paragraphStyle = [[NSMutableParagraphStyle alloc] init];
[paragraphStyle setLineSpacing:40];
[attributedString addAttribute:NSParagraphStyleAttributeName value:paragraphStyle range:NSMakeRange(0, [labelText length])];
cell.label.attributedText = attributedString ;

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

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Chanre Joubert

    Chanre Joube

    27 Temmuz 2012
  • Liberator

    Liberator

    14 EYLÜL 2007
  • MobileTechReview

    MobileTechRe

    6 HAZİRAN 2008