0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
For iOS 7 prevent the color picker from going under the navigation bar. More... over 10 years ago
A bit of cleanup. More... over 10 years ago
Added a navigation controller subclass used to make sure the color picker is presented in portrait on iOS 6 and later. More... over 10 years ago
viewDidUnload is deprecated as of iOS 6 (and not recommended even on iOS 5 anymore). More... over 10 years ago
Updated copyright date. More... over 10 years ago
Architecture changes recommended by Xcode. More... over 10 years ago
Set the window’s root view controller in the sample apps. More... over 10 years ago
Sample code part of more ObjC modernization: Use auto-syntesized ivars. Move ivar declarations to implementation. Use underscore before ivar names. More... over 10 years ago
More ObjC modernization: Use auto-syntesized ivars. Move ivar declarations to implementation. Use underscore before ivar names. More... over 10 years ago
Updated sample app versions to 1.1. More... over 10 years ago
Updated system version requirement. Fixed a typo. More... over 10 years ago
More Xcode xcLanguageSpecificationIdentifier. More... over 10 years ago
Added compile-time check that ARC is enabled to avoid compiling these files in a way that would leak. More... over 10 years ago
Xcode really seems to want to make this change, so let it. More... over 10 years ago
Added (English-only for now) accessibility support. More... over 10 years ago
Use the normal action handling from UIControl superclass instead of reimplementing it. More... over 10 years ago
Fix case where hue is at 0 or 1 (which are the same) triggering a change that isn’t a change. More... over 10 years ago
A bit more cleanup. More... over 10 years ago
Strong is the default for ObjC pointer properties, so don’t declare it. More... over 10 years ago
More spacing tweaks. More... over 10 years ago
Tweak to example usage comment. More... over 10 years ago
A few spacing fixes. More... over 10 years ago
Removed some leftover pragma marks from ARCification. More... over 10 years ago
Small formatting change to file header comment. More... over 10 years ago
Updated code formatting to be less spaced-out (still not Apple’s standard, but somewhere in between). More... over 10 years ago
Converted code to use ARC. More... over 10 years ago
Added a workspace to contain both sample projects. More... over 10 years ago
Added *.xccheckout to gitignore. More... over 10 years ago
Fixed building with Xcode 5 by using default build settings in a couple places. More... over 10 years ago
Merge pull request #3 from djensenius/master More... over 10 years ago