No title
UILabel 如何设置按照字节换行
1 | tipLabel.lineBreakMode = NSLineBreakByCharWrapping; |
1 | typedef NS_ENUM(NSInteger, NSLineBreakMode) { |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
1 | tipLabel.lineBreakMode = NSLineBreakByCharWrapping; |
1 | typedef NS_ENUM(NSInteger, NSLineBreakMode) { |