CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | Custom |
ReleasedLast Release | Oct 2015 |
Maintained by Marcelo Schroeder.
A Cocoa Touch framework to help you develop high quality iOS apps faster. GustyAppKit requires iOS 8 or greater.
GustyAppKit has a dependency on the foundation provided by GustyKit. If you need foundation functionality that is safe to use by app extensions, then use GustyKit. GustyAppKit provides extra functionality on top of GustyKit that only apps can use (e.g. access to UIApplication).
This framework has been used in a few projects for my clients.
The latest API documentation can be found here.
Additional documentation and sample code are coming soon.
Make sure to check the demo app video out!
At this stage, only the HUD functionality is shown in the video. More to come soon...
GustyAppKit is broad in terms of the features it offers, but it is also flexible. You can benefit just from the features you are interest in without being distracted by the others you don't want to use.
GustyAppKit makes it easy to implement the UI on top of Core Data persistence with the following main features:
Finally a modern HUD implementation for iOS!
Features:
GustyAppKit can be installed via Cocoapods.
Refer to the DemoApp workspace for the demo app exploring GustyAppKit's features. Only HUD functionality is currently explored by the demo app. More to come soon...
The easiest way to just try the demo app is by running the following from the command line (Cocapods must be installed):
pod try GustyAppKit