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.
コレクションビューがあり、いくつかのアイテムをロードし、各アイテムのサイズが異なるため、各アイテムを現在の画像のサイズにしようとしています。画像のサイズによってアイテムのサイズを設定するのに苦労していますが、どうすればよいですか?
コントローラーに UICollectionViewFlowLayoutDelegate を実装すると、デリゲート メソッドで各要素のサイズを返すことができます – collectionView:layout:sizeForItemAtIndexPath:
利用可能なその他のオプションについては、このリンクを参照してください。
http://developer.apple.com/library/ios/#documentation/uikit/reference/UICollectionViewDelegateFlowLayout_protocol/Reference/Reference.html