DOOgre 1.0.0

DOOgre 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2015

Maintained by Derek Ostrander.



DOOgre 1.0.0


Ogre's are like onions and so are view's. They have (CA)Layers!

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Basic Overview

The layers are meant to be base layers unless otherwise specified.

The best way to use it is to set the layer class on the view you want to effect.

+ (Class)layerClass 
{
    return [DOCircleLayer class];
}

Layers effetcs:

  • Circles:
    • This will cause funky layout's if you animate CALayer.bounds directly. Fix coming...
  • Animatable Border
    • (coming soon)
  • Circle borders
    • (coming soon)

There are layers for circles and borders. If you want to add one go ahead and submit a pull request! :)

Installation

Author

Derek Ostrander, [email protected]

License

DOOgre is available under the MIT license. See the LICENSE file for more info.