Archive for the ‘Swift’ Category

 

iPad multitasking

6月 21st, 2018

Invalid Bundle. iPad Multitasking support requires these orientations: ‘UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’. マルチタスキングで利用できるアプリは回転に対応しないといけないというものでした。 回転不要なので、Requires full screenにチェックします。

Read full article | コメントは受け付けていません。

iOS : Swift : Xcode : 制約を外して autoresizing

2月 10th, 2017

Auto Layoutでconstraints が自動で設定されていると autoresizingが使えないそうで、使う場合は、clear Constraintsするようですね Swiftでアプリ開発をはじめました。

Read full article | コメントは受け付けていません。