• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
More NSDictionary to CFDictionary
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

More NSDictionary to CFDictionary


  • Subject: More NSDictionary to CFDictionary
  • From: Kevin Bracey <email@hidden>
  • Date: Fri, 17 Nov 2006 11:45:26 +1300

Hi there,
Wow zillions times faster...

I guess this works fine because of Toll Free stuff but I now get a warning. How do I fix self? I normally just stick to Cocoa so I don't have to deal with these issues:-)

@implementation NSDictionary ( UWDictionaryAdditions )

-( BOOL )hasKey:( id )aKey;
{
	return CFDictionaryContainsKey( self, aKey);
}

UWDictionaryAdditions.m:16: warning: passing argument 1 of 'CFDictionaryContainsKey' from incompatible pointer type
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
  • Follow-Ups:
    • Re: More NSDictionary to CFDictionary
      • From: "Shawn Erickson" <email@hidden>
    • Re: More NSDictionary to CFDictionary
      • From: John Stiles <email@hidden>
  • Prev by Date: Re: Tooltips for hidden applications
  • Next by Date: Re: More NSDictionary to CFDictionary
  • Previous by thread: Re: Non-square (triangular) views
  • Next by thread: Re: More NSDictionary to CFDictionary
  • Index(es):
    • Date
    • Thread