Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果分配给 UITextView 的任何字符串和字符串包含“\n”,则 UITextView 字体会随机更改。表示字体大小发生变化。
此问题仅在 iOS 6 上发生。在 iOS 5 上工作的代码相同。
UITextfield 旨在用于单行文本,如果您想要多行,请使用 UITextview。
可能是因为您adjustsFontSizeToFitWidth在UITextField.
adjustsFontSizeToFitWidth
UITextField