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 sizeToFit] が IOS 6 で機能することは知っていますが、IOS7 では機能しません。したがって、IOS 7 でテキストによって UIButton のサイズを自動的に変更する方法を知りたいです。インターネットで検索しましたが、正しい答えが見つかりませんでした。ヒントをいただければ幸いです。
あなたはそれを行うことができます[yourButton.titleLabel sizeToFit];
[yourButton.titleLabel sizeToFit];