You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2014/09/17 22:43:34 UTC

[jira] [Updated] (CB-6999) [iOS 8] property "statusCode" of CDVHTTPURLResponse conflicts with superclass property statusCode of NSHTTPURLResponse

     [ https://issues.apache.org/jira/browse/CB-6999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-6999:
---------------------------------
    Summary: [iOS 8] property "statusCode" of CDVHTTPURLResponse conflicts with superclass property statusCode of NSHTTPURLResponse  (was: property "statusCode" of CDVHTTPURLResponse conflicts with superclass property statusCode of NSHTTPURLResponse)

> [iOS 8] property "statusCode" of CDVHTTPURLResponse conflicts with superclass property statusCode of NSHTTPURLResponse
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: CB-6999
>                 URL: https://issues.apache.org/jira/browse/CB-6999
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: iOS
>    Affects Versions: Master
>         Environment: iOS 8 beta 2
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>             Fix For: 3.6.0
>
>
> iOS 8 - the base class NSHTTPURLResponse finally implements this property.
> CDVHTTPURLResponse subclass:
> @property (nonatomic) NSInteger statusCode;
> NSHTTPURLResponse superclass:
> @property (readonly) NSInteger statusCode;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)