2014-09-04から1日間の記事一覧

UICollectionViewCellに影をつける

iOS

UICollectionViewCellに影をつけるときはmasksToBoundsプロパティをNOにする必要がある。 以下のようにする。 - (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath { //カスタム…