We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
刚才试了半天,这个只能设置文字居左,居中的话,还要自己另外算偏移吗?
The text was updated successfully, but these errors were encountered:
必须这样设置
NSMutableParagraphStyle *sty = [[NSMutableParagraphStyle alloc] init]; sty.alignment = NSTextAlignmentCenter; [attributedString addAttribute:NSParagraphStyleAttributeName value:sty range:NSMakeRange(0, text.length)];
Sorry, something went wrong.
No branches or pull requests
刚才试了半天,这个只能设置文字居左,居中的话,还要自己另外算偏移吗?
The text was updated successfully, but these errors were encountered: