Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

"isConcurrent" has be deprecated in iOS7 #446

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

"isConcurrent" has be deprecated in iOS7 #446

wants to merge 2 commits into from

Commits on Dec 10, 2014

  1. Update MKNetworkOperation.m

    jackyshan committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    3366701 View commit details
    Browse the repository at this point in the history
  2. Update MKNetworkOperation.m

    @Property (readonly, getter=isConcurrent) BOOL concurrent; // To be deprecated; use and override 'asynchronous' below
    @Property (readonly, getter=isAsynchronous) BOOL asynchronous NS_AVAILABLE(10_8, 7_0);
    
    concurrent has be deprecated, so I add the code on your github, please check it.
    jackyshan committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    a20265c View commit details
    Browse the repository at this point in the history