One Quickie


Make an NSValue out of an NSRect (General->General)
    NSRect selectionRect = ...;
    NSValue *value;
    value = [NSValue valueWithRect: selectionRect];



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com