Skip to content

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

@postmechanical

Description

@postmechanical

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions