Custom Collection View Layout like Chanel app
问题 I'm trying to do a custom layout like the Chanel app you can find the app in the Appstore. https://itunes.apple.com/us/app/chanel-fashion/id409934435?mt=8 I know they are using an UICollectionView, but no clue how to start. The interaction feels like a tableview mixed with a paginated scroll. When you scroll the elements grow, and the first element position itself at the top. 回答1: Start with dragging & positioning just one UIView . See UIGestureRecognizer docs and look for existing examples