NSParagraphStyle line spacing ignored

后端 未结 6 1231
梦如初夏
梦如初夏 2020-12-23 17:48

A simple test that is failed: Make a new project with just one subview (UITextView) and put the following in:

- (void)viewDidLoad
{
    [super viewDidLoad];         


        
6条回答
  •  不知归路
    2020-12-23 18:20

    For this particular string you need to set paragraphSpacing instead. What's about lineSpacing, I believe it's just not supported yet on iOS.

提交回复
热议问题