Daniel García

6pods

PDKTCollectionViewWaterfallLayout

UICollectionViewLayout subclass to get the effect of Waterfall Layout (Popularized by Pinterest).

License: MIT

  • Objective C

PDKTimer

A simple swift GCD based Timer NSTimer is an Objective-C class that needs a @selector to call. As in swift, we don't have selectors, whe have to pass a String with the name of the function we want to be called Wouldn't it be nice if whe could pass a closure to the timer?

License: MIT

  • Swift

PDKTModelBuilder

Build and populate your models (CoreData or not) in a simple way

License: MIT

  • Objective C

PDKTProgress

This small class handles progress and uses the Decorator Pattern to handle subprogresses so you could decouple your progress operations. It also can create fake progresses for unpredictable time length operations

License: MIT

  • Objective C

PDKTStickySectionHeadersCollectionViewLayout

UICollectionView Layout that makes section headers stick to the top of the collection view, over it's section cells.

License: MIT

  • Objective C

PDKTZipArchive

PDKTZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.

License: MIT

  • C