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.
ボタンのあるシンプルなUIImageViewがあります。iPadシミュレーターを回転させても、ボタンのサイズが変更されません。どうすれば修正できますか?
PS:私はXcode 4.5を使用していますが、ご存知のように、以前に含まれていたインターフェイスビルダーに自動サイズ変更マスク(矢印をクリックしてマスキングを行うサイズインスペクターのキャンバス)がありません。
button.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleBottomMargin | UIViewAutoresizingFlexibleRightMargin;