TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Sep 2015 |
Maintained by Derek Ostrander.
Ogre's are like onions and so are view's. They have (CA)Layers!
To run the example project, clone the repo, and run pod install
from the Example directory first.
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:
There are layers for circles and borders. If you want to add one go ahead and submit a pull request! :)
Derek Ostrander, [email protected]
DOOgre is available under the MIT license. See the LICENSE file for more info.