Derek Ostrander

4pods

DOOgre

Ogre's are like onions and so are view's. They have (CA)Layers! This layer can be added as a baseLayer to any UIView subclass and it will make it circular and animatable. Many of the layer classes I've implemented and used in the past could not be animated using NSLayoutConstraints and still keep it's circular shape. This layer keeps its shape by syncing with the underlying CALayer.bounds animation. Great for when you want to animate movement, sizechange with NSLayoutConstraints. !!NOTE This will cause funky layout's if you animate CALayer.bounds directly. But I plan on trying to find a fix for that eventually...

License: MIT

  • Objective C

KIF

Keep It Functional - iOS UI acceptance testing in an XCUnit harness.

License: NOASSERTION

  • Objective C

RZIntrinsicContentSizeTextView

RZIntrinsicContentSizeTextView is a UITextView that grows dynamically in height.

License: MIT

  • Objective C

Swiftilities

A collection of useful Swift utilities. All components and extensions found in this library are consise enough on their own so as to not warrant their own project.

License: NOASSERTION

  • Swift