Re: [ANN] Dejal Cocoa categories
Re: [ANN] Dejal Cocoa categories
- Subject: Re: [ANN] Dejal Cocoa categories
- From: Charles Srstka <email@hidden>
- Date: Mon, 23 Apr 2007 21:28:43 -0500
On Apr 23, 2007, at 3:05 PM, David Sinclair wrote:
Hi all.
I am pleased to announce the availability of the Dejal Cocoa
categories. These provide many convenience methods and new
functionality to extend Apple's Cocoa classes.
I am making this code available as a way to give back to the
community that has directly or indirectly helped me over the
years. You are welcome to use this code in your own products,
including commercial; all I ask is a mention in your credits or
website, and that you tell me you're using it.
The Dejal Developer pages are at:
<http://www.dejal.com/developer/>
The categories are organized by Foundation and AppKit, plus some
utilities. You can view the code online and copy select snippets
if you wish, or download .zip archives for each, or a single
archive with all.
Read more about it on the Dejal blog:
<http://www.dejal.com/blog/>
I hope it's helpful for you!
Just a nitpick, but this method in the NSFileManager category:
- (int)fileSizeAtPath:(NSString *)path;
really should be:
- (unsigned long long)fileSizeAtPath:(NSString *)path;
The method as it is would not work properly for any file larger than
2 GB.
Charles
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden