An open API service indexing awesome lists of open source software.

https://github.com/stringbean/blog-code

Bits of code for blog postings
https://github.com/stringbean/blog-code

Last synced: 8 months ago
JSON representation

Bits of code for blog postings

Awesome Lists containing this project

README

          

Code repository for projects and examples mentioned in my [blog](http://purpledragonsoftware.com/blog).

# License
Unless explicitly stated all code is released under the [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).

# Current Projects
* GradientComponents - Demonstrates how to use CAGradientLayers to create custom rounded gradient controls.

# Requirements
Projects are current created using Xcode 4.2, iOS SDK 5.0 and ARC enabled. If you need to support iOS 3 or earlier it should be fairly easy to switch to manual resource counting.