Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why the delegate for OS X but the category for iOS? #39

Open
postmechanical opened this issue Sep 12, 2012 · 0 comments
Open

Why the delegate for OS X but the category for iOS? #39

postmechanical opened this issue Sep 12, 2012 · 0 comments

Comments

@postmechanical
Copy link

I would love to have this explained? Why not simply use a delegate in iOS?

if MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_4

@protocol OFFlickrAPIRequestDelegate
@optional

else

@interface NSObject (OFFlickrAPIRequestDelegateCategory)

Note that it now breaks building for simulator with Xocde 4.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant