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.
データベースからラベルにロードされたテキストのフォント サイズを増減する 2 つのボタンをアプリケーションに追加するにはどうすればよいですか?
解決策は、次のコードで UIStepper を使用することです。
- (IBAction)ChangeFontSize:(id)sender { [labelText setFont:[UIFont systemFontOfSize:[fontStep value]]]; }