• 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: Understanding the docs. UIApplication for iOS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Understanding the docs. UIApplication for iOS


  • Subject: Re: Understanding the docs. UIApplication for iOS
  • From: gweston <email@hidden>
  • Date: Mon, 03 Jun 2013 23:42:12 +0000 (GMT)

Alex Zavatone wrote:

> I think you might have some confusion about what a protocol is in Obj-C, which might be making it hard to frame your question in terms that make sense to the rest of us.

It's not what a protocol is that's confusing (a neatly packaged set of methods geared for a specific purpose), ...
 
And yet, that's really not a good definition of what a protocol is. That's closer to a category.

Really the best description of a protocol is the definition of the word protocol itself. It's a sort of contract that defines the way one object can assume it's able to interact with another. It's not a set of methods but of messages. So back to your first post:

"It's not listed that the UIApplication class conforms to the UIApplicationDelegate, ..."

Right. Because UIApplication *does not* conform to UIApplicationDelegate. It's a client of that protocol.
 _______________________________________________
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: Understanding the docs. UIApplication for iOS
      • From: Alex Zavatone <email@hidden>
  • Prev by Date: Re: Understanding the docs. UIApplication for iOS
  • Next by Date: Re: Understanding the docs. UIApplication for iOS
  • Previous by thread: Re: XCode 3.2.6 and Code Sense trouble
  • Next by thread: Re: Understanding the docs. UIApplication for iOS
  • Index(es):
    • Date
    • Thread