• 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: including xibs from another project
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: including xibs from another project


  • Subject: Re: including xibs from another project
  • From: Luke the Hiesterman <email@hidden>
  • Date: Wed, 20 Jan 2010 08:00:01 -0800

On Jan 20, 2010, at 7:57 AM, Rick Genter wrote:

>
> On Jan 20, 2010, at 7:47 AM, Roland King wrote:
>
>> ok this makes some sense, there's lots of ways in which I can see dynamic resolution of classes or methods isn't known at link time, KVO, methods composed from strings, I would not expect a linker to figure that out. But that's not where we are in this example, it's a little more direct than that, there's a class Foo and if you call
>>
>> 	[ Foo anyMethod ]
>>
>> all the code for Foo gets linked in
>>
>> but if you call
>>
>> 	[ foo anyInstanceMethod ]
>>
>> where foo is explicitly defined to be a Foo*, it doesn't link it in.
>
> Just because foo is declared to be as Foo* doesn't mean that it is. It could be a Bar*, where Bar is a subclass of Foo.

Or, for that matter, it could be FooBar* where FooBar has no relation whatsoever to Foo.

Luke _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: including xibs from another project
      • From: Roland King <email@hidden>
References: 
 >including xibs from another project (From: Roland King <email@hidden>)
 >Re: including xibs from another project (From: Roland King <email@hidden>)
 >Re: including xibs from another project (From: Mark Woollard <email@hidden>)
 >Re: including xibs from another project (From: Jocelyn Houle <email@hidden>)
 >Re: including xibs from another project (From: Fritz Anderson <email@hidden>)
 >Re: including xibs from another project (From: Roland King <email@hidden>)
 >Re: including xibs from another project (From: Fritz Anderson <email@hidden>)
 >Re: including xibs from another project (From: Roland King <email@hidden>)
 >Re: including xibs from another project (From: Rick Genter <email@hidden>)

  • Prev by Date: Re: including xibs from another project
  • Next by Date: Re: including xibs from another project
  • Previous by thread: Re: including xibs from another project
  • Next by thread: Re: including xibs from another project
  • Index(es):
    • Date
    • Thread