Storing NSRect in an NSMutableArray...
Storing NSRect in an NSMutableArray...
- Subject: Storing NSRect in an NSMutableArray...
- From: Jiva DeVoe <email@hidden>
- Date: Mon, 02 Sep 2002 22:43:47 -0700
Here's a problem I seem to hit more often than I'd like. I want to create
an NSMutableArray of NSRects. The problem is, an NSRect is a struct, It's
not a real class. So if I do this, NSMutableArray will blow up. How do I
get around this?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.