/JWFolders

Classes that attempt to imitate SpringBoard's "folders"

Primary LanguageObjective-C

##Information JWFolders is a class that attempts to mimic the folder animation present on the iOS SpringBoard. This is my first public repository, as well as my first open-source class.

##Preview JWFolders is being used in my commercial app, QuickWeather. Depicted here is a beta version of the app:

ExampleFolder

##Usage Just include the entire folder, JWFolders, in your project. Import JWFolders.h in the class in which you wish to create the folder.

#import "JWFolders.h"

In the header there is complete documentation. Alternatively, you can see the demo project for an example.

##ARC The project currently uses Automatic Reference Counting, which means that if your project does not use ARC there will be memory leaks. There are no plans to create a non-ARC branch at this time.

##License JWFolders is licensed under the BSD License.

##ToDo

  • Add a "notch" at the folder position
  • Optimize the speed at which the folder opens

Please feel free to fork the project and improve it as much as possible!

##About Me I'm an 18-year-old developer and designer with a passion for great interface design and detail. See my applications, learn more about me, or get in touch.