FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Deprecated List
Member [NSAArrayLikeDataObject-p :]
Use (obj)[index] syntax of Modern Objective-C instead of this method.
Member [NSAClass classWithClass:]
Use plain Class
Member [NSAClass classWithName:]
Use NSClassFromString
Member [NSAClass classWithUTF8Name:]
Use NSClassFromString
Member [NSAClass initWithClass:]
Use plain Class
Member [NSAClass(Deprecated) __deprecated]
This is included in built-in class.
Member [NSAClass(Deprecated) __deprecated]
This is included in built-in class.
Member [NSAClass(Deprecated) addMethodForSelector:implementation:types:]
See NSObject(ObjCRuntimeClass)
Member [NSAClass(Deprecated) addMethodForSelector:implementation:types:]
See NSObject(ObjCRuntimeClass)
Member [NSAClass(Deprecated) allocWithZone:]
This is included in built-in class.
Member [NSAClass(Deprecated) allocWithZone:]
This is included in built-in class.
Member [NSAClass(Deprecated) methodImplementationForSelector:]
See NSObject(ObjCRuntimeClass)
Member [NSAClass(Deprecated) methodImplementationForSelector:]
See NSObject(ObjCRuntimeClass)
Member [NSArray(Deprecated) :]
Use (array)[index] syntax of Modern Objective-C instead of this method.
Member [NSBundle(Shortcuts) pathForResource:]
Use pathForResourceFile:
Member [NSData(CommonCrypto) __deprecated]

Use ::hexadecimalString

Use ::hexadecimalString

Use ::hexadecimalString

Member [NSData(Deprecation) __deprecated]
base64EncodedStringWithOptions:
Member [NSData(Deprecation) dataWithBase64String:]
initWithBase64EncodedString:options:
Member [NSData(Deprecation) initWithBase64String:]
initWithBase64EncodedString:options:
Member [NSData(NSURL_deprecated) dataWithContentsOfAbstractPath:]
Use dataWithContentOfURL: and ::smartURL
Member [NSData(NSURL_deprecated) dataWithContentsOfAbstractPath:options:error:]
Use dataWithContentOfURL:options:error and ::smartURL
Member [NSData(NSURL_deprecated) initWithContentsOfAbstractPath:]
Use initWithContentOfURL: and ::smartURL
Member [NSData(NSURL_deprecated) initWithContentsOfAbstractPath:options:error:]
Use initWithContentOfURL:options:error and ::smartURL
Member [NSData(NSURLRequest) dataWithContentsOfURL:postBody:encoding:]
Use dataWithContentsOfURLRequest: with NSMutableURLRequest
Member [NSData(NSURLRequest) initWithContentsOfURL:postBody:encoding:]
Use initWithContentsOfURLRequest: with NSMutableURLRequest
Member [NSDictionary(Deprecated) :]
Use (array)[key] syntax of Modern Objective-C instead of this method.
Member [NSMutableArray(Deprecated) __deprecated]
Use removeRandomObject
Member [NSObject(NSAClass) __deprecated]
Use +class always.
Member [NSObject(ObjCRuntimeClass) __deprecated]
Renamed to name
Member [NSString(CommonCrypto) __deprecated]

Use -digestByMD5:encoding:

Use -digestBySHA1:encoding:

Use ::hexadecimalString

Use ::hexadecimalString

Use -digestBySHA1:encoding:

Use ::hexadecimalString

Use ::hexadecimalString

Member [NSString(Deprecation) hasSubstring:]

containsString:

Member [NSString(NSURL) __deprecated]

Use smartURL

Use hasHTTPPrefix

Use hasHTTPPrefix

Member [NSString(NSURL) pathProtocol]
Use URLProtocol
Member [NSString(NSURL_deprecated) stringByAddingPercentEscapesUsingUTF8Encoding]
Use stringByAddingPercentEncodingForURLQuery
See also
stringByAddingPercentEscapesUsingEncoding:
Member [NSString(NSURL_deprecated) stringByReplacingPercentEscapesUsingUTF8Encoding]
Use stringByRemovingPercentEncoding
See also
stringByReplacingPercentEscapesUsingEncoding:
Member [NSURL(Creations) fileURLWithFormat:]
Use ::fileURL and ::format:
Member [NSURL(Creations) initFileURLWithFormat:]
Use ::fileURL and ::format:
Member [NSURL(Creations) initWithAbstractFormat:]
Use ::smartURL and ::format:
Member [NSURL(Creations) initWithAbstractPath:]
Use initSmartURLWithPath:
Member [NSURL(Creations) initWithFormat:]
Use ::URL and ::format:
Member [NSURL(Creations) URLWithAbstractFormat:]
Use ::smartURL and ::format:
Member [NSURL(Creations) URLWithAbstractPath:]
Use ::smartURL
Member [NSURL(Creations) URLWithFormat:]
Use ::URL and ::format:
Member [NSURLRequest(Creations_deprecated) initWithAbstractPath:]
Member [NSURLRequest(Creations_deprecated) initWithAbstractPathFormat:]
Member [NSURLRequest(Creations_deprecated) initWithFilePath:]
Member [NSURLRequest(Creations_deprecated) initWithFilePathFormat:]
Member [NSURLRequest(Creations_deprecated) initWithURLFormat:]
Member [NSURLRequest(Creations_deprecated) URLRequestWithAbstractPath:]
Member [NSURLRequest(Creations_deprecated) URLRequestWithAbstractPathFormat:]
Member [NSURLRequest(Creations_deprecated) URLRequestWithFilePath:]
Member [NSURLRequest(Creations_deprecated) URLRequestWithFilePathFormat:]
Member [NSURLRequest(Creations_deprecated) URLRequestWithURLFormat:]
Member [UIApplication(Shortcuts) __deprecated]
Use statusBarFrameForCurrentOrientation
Member [UIApplication(Shortcuts) statusBarSizeForOrientation:]
Use statusBarFrameForOrientation:
Member [UIDevice(Shortcuts) __deprecated]
Use -userInterfaceIdiom
Member [UIWebView(Shortcuts) loadRequestForFilePath:]
use ::fileURL
Class NSAClass
NSAClass is deprecated and merged to premitive Class. See NSObject(ObjCRuntimeClass)
Member NSAClass(Deprecated)::__deprecated

Use class.name.UTF8String

Use class.name

Built-in.

Built-in.

Use class.name

Built-in.

Built-in.

Member NSAClass(Deprecated)::__deprecated

Use class.name.UTF8String

Use class.name

Built-in.

Built-in.

Use class.name

Built-in.

Built-in.

File NSAClassDeprecated.h
NSAClass is deprecated. See NSObject(ObjCRuntimeClass)
Class NSData(NSURL_deprecated)
This category is deprecated. See each method deprecated section about replacement.
Class NSObject(NSAClass)
This category is deprecated.
Member NSObject(NSAClass)::__deprecated
Use +class always.
Class NSURLRequest(Creations_deprecated)
Use NSURLRequest initWithURL:, NSString(Shortcuts) and NSURL(Creations)
Member UIADeviceType
Use UIUserInterfaceIdiom
Member UIADeviceTypeIsIPhoneOrIPod (deviceType)
Use UIUserInterfaceIdiom
Member UIADeviceTypeIsIPhoneOrIPodMask
Use UIUserInterfaceIdiom