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 字段文本的字体大小。我无法访问文本字段的字体大小。请帮忙 !
UITextView *textView = ...; textView.font = [textView.font fontWithSize:newSize]