• 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
Re: Protocols and forwardingTargetForSelector:
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Protocols and forwardingTargetForSelector:


  • Subject: Re: Protocols and forwardingTargetForSelector:
  • From: Jonathan Hull <email@hidden>
  • Date: Tue, 25 Feb 2014 16:27:51 -0800

The @dynamic keyword tells the compiler not to worry about it (i.e. you are promising it that you are going to handle those selectors).

Thanks,
Jon


On Feb 25, 2014, at 3:14 PM, email@hidden wrote:

>
> On 25 Feb 2014, at 21:38, Greg Parker <email@hidden> wrote:
>
>> On Feb 25, 2014, at 6:42 AM, email@hidden wrote:
>>> I have an NSString subclass as below.
>>> If the subclass doesn’t respond to a given selector I want to forward the selector to another object.
>>>
>>> What is the best way to declare the interfaces for DBManagedString and DBManagedObject?
>>>
>>> Should I declare a DBManagedObject protocol in which all the methods are optional?
>>
>> A protocol works.
>>
>> Declaring the methods without implementing them also works.
> Will the complier not complain about the missing implementations?
>
> Jonathan
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please 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


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please 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


References: 
 >Protocols and forwardingTargetForSelector: (From: "email@hidden" <email@hidden>)
 >Re: Protocols and forwardingTargetForSelector: (From: Greg Parker <email@hidden>)
 >Re: Protocols and forwardingTargetForSelector: (From: "email@hidden" <email@hidden>)

  • Prev by Date: Re: Protocols and forwardingTargetForSelector:
  • Next by Date: deprecated BIGNUM replaced by what?
  • Previous by thread: Re: Protocols and forwardingTargetForSelector:
  • Next by thread: tableView - message sent to deallocated instance
  • Index(es):
    • Date
    • Thread