TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Mar 2015 |
Maintained by Unclaimed.
Simple framework to let your application's launch image fade-out to its initial view. Feel free to fork this repo and help me make it better.
If you're using this framework in your project, I'd like to know! Send me an email.
AAImageUtils.framework
from Products folder.AAImageUtils.framework
in Link binary with libraries section of Build Phases under its proper target.After adding framework to your project all you need is import AAImageUtils.h
.
#import <AAImageUtils/AAImageUtils.h>
Easy as that. (See AAImageUtils Documentation for all utils.)
Read the AAImageUtils Documentation online.
Install the documentation into Xcode with the following steps:
Click the plus button in the bottom right and enter the following URL:
http://ahmet.github.com/AAImageUtils/AAImageUtils.atom
Click Install next the new row reading "AAImageUtils Documentation". (If you don't see it and didn't get an error, try restarting Xcode.)
Be sure you have the docset selected in the organizer to see results for AAImageUtils.
AAImageUtils is compatible with ARC enabled projects by default.
AAImageUtils is released under the MIT License, so do whatever you want to it.
Want to contribute? It's good to hear.