Tom Adriaenssen

8pods

IIAsyncViewController

A UIViewController subclass specifically geared toward async data fetching.

License: MIT

  • Objective C

IIAutoNSCoding

A way to add propertybased automatic NSCoding to any objects.

License: MIT

  • Objective C

IIAutoNSCopying

A way to add propertybased automatic NSCopying to any object.

License: MIT

  • Objective C

IIDelayedAction

A simple Objective-C component for invoking blocks after a specified interval, overriding previous invocations.

License: MIT

  • Objective C

IISerialAsyncOperationQueue

A serial queue supporting async operations. The next operation starts only after the previous one completes.

License: MIT

  • Objective C

IIShortNotificationPresenter

Presents short notifications over a view. Supports queuing and 3 presentation styles.

License: MIT

  • Objective C

SwiftyAs

SwiftyAs is an Objective-C kinda way to do as? casting like in Swift.

License: MIT

  • Objective C

ViewDeck

An implementation of a sliding menu functionality found in various iOS apps.

License: MIT

  • Objective C++