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.
ボタンが押されたときにテキストビューのサイズを大きくしたい。
そのためには、フォントサイズが何であるかを知る必要があります。どうすればわかりますか?
私はそのようにします:
CGFloat *newsize = (// here the fontsize + 1); textView.font = [UIFont fontWithName:@"Verdana" size:newsize];
for(int i;i<[最大サイズ];i++) {
CGFloat *newsize = i; textView.font = [UIFont fontWithName:@"Verdana" size:i];
}