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.
UIButton のテキストを長い数式に変更しました。残念ながら、私のテキストは短縮されています。
短縮を防ぐにはどうすればよいですか?ペン先で「クリップ」または「ワードラップ」を指定しても、テキストが短くなります。
これら 2 つのメソッドを呼び出すと、ボタンがテキストのサイズに自動的に調整されます。
[myButton sizeToFit]; [mybutton setNeedsDisplay];