Some of the posts on Core-Cocoa are backed up by open source projects that I write. Some of the projects will stay merely educational, and some will turn into fully working, updated open source projects.
The projects
Project | Related blog post | Description |
AUIAnimatedText | Animatable text color of UILabel | A drop-in replacement for UILabel that uses a CATextLayer instead of CALayer to make all text related properties animatable |
AUIExtensionsKit | Instantiating custom views from nib | A collection of useful extensions to various iOS components |
AUICodeSnippetsExtensionKit | Adding custom code snippets extensions | A collection user-defined code snippets that can be added to xcode’s Code Snippets Library |
AUISelectiveBordersView | Selective layer borders | A CALayer subclass that allows to add selective borders |