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
- Host: GitHub
- URL: https://github.com/stringbean/blog-code
- Owner: stringbean
- Created: 2012-01-23T15:08:15.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T09:24:33.000Z (over 5 years ago)
- Last Synced: 2025-01-10T05:16:34.339Z (about 1 year ago)
- Language: Objective-C
- Homepage: http://purpledragonsoftware.com/blog
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.