Upgrade to Pro — share decks privately, control downloads, hide ads and more …

UICollectionViewを使って商品一覧を改善する

 UICollectionViewを使って商品一覧を改善する

slides from my talk at http://eventdots.jp/event/47442

Taku Okawa

April 28, 2014
Tweet

More Decks by Taku Okawa

Other Decks in Programming

Transcript

  1. UICollectionFlowLayout UICollectionFlowLayout UICollectionView - (void)setCollectionViewLayout:(UICollectionViewLayout *)layout animated:(BOOL)YES frame( 10,10, 140,

    140) center alpha hidden translate3D frame( 20,520, 320,420) カスタムのレイアウトを組む 時のdelegateメソッドで返す オブジェクト UICollectionViewLayoutAttributes
  2. UICollectionFlowLayout UICollectionFlowLayout UICollectionView - (void)setCollectionViewLayout:(UICollectionViewLayout *)layout animated:(BOOL)YES frame( 10,10, 140,

    140) frame( 20,520, 320,420) frameをセットしてる だけっぽい。 cell.frame = CGRectMake(10,10,140,140)