On Tue, Mar 18, 2014 at 6:10 PM, James Moore wrote:
> On Feb 4, 2014, at 5:30 PM, Mike Kluev wrote:
>>
>> i am signing my mac app with developers provisioning profile that
>> contains few uuids. then i am trying to run this app on the mac which
>> uuids is not i
> I require an pointer to the value represented by an NSNumber.
> ...
> I am using NSNumber instances in collections as keys.
i may not fully understand your question, but can you not just use
NSValue valueWithPointer as your collection keys?
or, if a number at all, the number matching the pointer
i am signing my mac app with developers provisioning profile that
contains few uuids. then i am trying to run this app on the mac which
uuids is not included in the provisioning profile. i expect the app
fail to run, but it runs fine. am i missing something?
The Threading Programming Guide states:
http://developer.apple.com/documentation/Cocoa/Conceptual/Multithreading/ThreadSafetySummary/chapter_950_section_2.html#//apple_ref/doc/uid/1057i-CH12-SW4
<<... Drawing from secondary threads is thread-safe as long as you
bracket drawing calls with cal