DMDynamicWaterfall icon indicating copy to clipboard operation
DMDynamicWaterfall copied to clipboard

UICollectionView Waterfall Layout with UIKit Dynamics

Results 8 DMDynamicWaterfall issues
Sort by recently updated
recently updated
newest added

UIKit Dynamics has a bug that causes dynamically animated collection view cells to enter circular-like motion when the collection view comes to rest if cells have sizes or positions that...

...think the name is more kind such as the UICollectionViewDelegateFlowLayout 1. Implement the method collectionView:layout:minimumInteritemSpacingForSectionAtIndex: & ollectionView:layout:minimumLineSpacingForSectionAtIndex: then you can use the DMDyamicWaterfall like UICollectionViewFlowLayout

I get this error in Xcode 6: error: could not read data from '/Users/xxxxx/tmp/DMDynamicWaterfall/Project/DMDynamicWaterfallDemoTests/DMDynamicWaterfallDemoTests-Info.plist': The file “DMDynamicWaterfallDemoTests-Info.plist” couldn’t be opened because there is no such file.

I get this error: [!] Unable to find a target named `Demo` Opening '/private/tmp/CocoaPods/Try/DMDynamicWaterfall/Project/DMDynamicWaterfallDemo.xcworkspace' The file /private/tmp/CocoaPods/Try/DMDynamicWaterfall/Project/DMDynamicWaterfallDemo.xcworkspace does not exist.

The examplee image in the README.md doesn't work any longer

Is it possible to make it so the cells bounce, but never have a gap? Essentially, have the cells overlap a little so they never show through to the background.

Just a suggestion, but maybe you can just use CGGeometry instead of writing your own? You can use `CGRectGetMaxX` instead of `NSMaxX`, etc. And using prefix `NS` is a bit...