NSAttributedString 文字居中

2020-05-18  本文已影响0人  唐人街的乞丐
    
        NSMutableParagraphStyle *paragraphStyle = [[NSMutableParagraphStyle alloc] init];
        paragraphStyle.alignment = NSTextAlignmentCenter;
        [attributedText addAttribute:NSParagraphStyleAttributeName value:paragraphStyle 
      range:NSMakeRange(0, [string  length])];
上一篇 下一篇

猜你喜欢

热点阅读