Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Master
-
None
-
iOS 8 beta 2
Description
iOS 8 - the base class NSHTTPURLResponse finally implements this property.
CDVHTTPURLResponse subclass:
@property (nonatomic) NSInteger statusCode;
NSHTTPURLResponse superclass:
@property (readonly) NSInteger statusCode;