https://github.com/useallfive/uaftoolkit
https://github.com/useallfive/uaftoolkit
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/useallfive/uaftoolkit
- Owner: UseAllFive
- License: mit
- Created: 2013-07-11T01:29:35.000Z (almost 13 years ago)
- Default Branch: development
- Last Pushed: 2014-04-01T23:27:48.000Z (about 12 years ago)
- Last Synced: 2025-03-27T20:43:12.069Z (about 1 year ago)
- Language: Objective-C
- Size: 438 KB
- Stars: 0
- Watchers: 23
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to the UAFToolkit library. Please read this first if you're new or need a refresher.
## Documentation
To generate these docs, just do:
cd [repo-root]
appledoc .
That's it and you'll see these instructions when you succeed. Recursion, whoa.
Some packages of interest:
- `Boilerplate` - A collection of 'final' base classes that remove the
constructor boilerplate of various `UIKit` classes, especially when using IB.
Some classes have additional extensions that won't work in categories.
- `UI_Effects` - Macros for animation and UI related behavior. Also
see related protocols: , etc.
- `UIKit_Layouts` - Custom layout extensions.