| Interface | Description |
|---|---|
| NSItemProviderCompletionHandler | |
| NSItemProviderLoadHandler | |
| NSSecureCoding | |
| NSSelector<G> |
A Java mapping of the Objective-C Selector construct
|
| NSTimerDelegate |
NSTimerDelegate interface is the delegate responsible for handling events
received from NSTimer.
|
| NSURLConnectionDataDelegate |
NSURLConnectionDataDelegate interface is the delegate responsible for
handling events related to data of NSURLConnection objects.
|
| NSURLConnectionDelegate |
NSURLConnectionDelegate interface is the delegate responsible for handling
success or failure of connections.
|
| NSURLSessionDelegate | |
| NSXMLParserDelegate |
NSXMLParserDelegate interface is the delegate responsible to collaborate with
NSXMLParser objects.
|
| Class | Description |
|---|---|
| CFNumberFormatterStyle |
CFNumberFormatterStyle class defines different formatting styles for numbers.
|
| CFType |
CFType is an abstract class that is the base of some core foundation classes.
|
| Foundation |
Foundation class provides a set of useful methods for retrieving directory
search paths,current user's temporary directory and home directory path.
|
| FoundationDrill | |
| NSAttributedStringKey | |
| NSBundle |
NSBundle class defines an object that represents the code and the resources
of the application.
|
| NSCalendar |
NSCalendar class defines defines an object that represents the calendar of
the application.
|
| NSCalendarOptions |
NSCalendarOptions class defines different types of arithmetic operations
related to calendars.
|
| NSCalendarUnit |
NSCalendarUnit class defines calendar units such as months,days etc.
|
| NSCoder | |
| NSData |
NSData class defines a data object that is created using data from a buffer
or from files.
|
| NSDataBase64DecodingOptions |
NSDataBase64DecodingOptions class defines decoding options used for NSData
objects that are Base-64 encoded.
|
| NSDataBase64EncodingOptions |
NSDataBase64EncodingOptions class defines encoding options used for encoding
NSData objects with Base-64.
|
| NSDate |
NSDate class defines an object that represents the date as a instance of
time.
|
| NSDateComponents |
NSDateComponents class defines an object that represents a date or an
interval as a composition of a variety of distinct elements.
|
| NSDictionary |
NSDictionary class defines an object that represents a dictionary that maps
immutable keys to maps.
|
| NSError |
NSError class incorporates all the information related to errors.
|
| NSError.Domain |
The error domains.
|
| NSError.ErrorCode |
Different types of error codes.
|
| NSError.Key |
Keys of the user info dictionary.
|
| NSExtensionContext | |
| NSExtensionItem | |
| NSFileHandle |
NSFileHandle class defines an object that is used in order to handle file
descriptors.
|
| NSFileManager |
NSFileManager class defines an object that is responsible for processing
operations related to the file system such as locating creating,copying and
moving files.
|
| NSHTTPCookie |
NSHTTPCookie class defines an object that represents an HTTP cookie.
|
| NSHTTPCookieAcceptPolicy |
NSHTTPCookieAcceptPolicy class defines different types of cookie accept
policies.
|
| NSHTTPCookieStorage |
NSHTTPCookieStorage class defines a singleton object that is responsible for
the NSHTTPCookies' storage.
|
| NSHTTPURLResponse |
NSHTTPURLResponse class defines an object that represents the responses from
HTTP requests.
|
| NSIndexPath |
NSIndexPath class defines an object that represents the path that leads to a
node of a tree, for example a path of particular row of a UITableView.
|
| NSItemProvider | |
| NSJSONReadingOptions |
NSJSONReadingOptions class defines different options to use when Foundation
instances are created from JSON data.
|
| NSJSONSerialization |
NSJSONSerialization class defines methods for conversions between JSON data
and Foundation objects.
|
| NSJSONWritingOptions |
NSJSONWritingOptions class defines different options for writing JSON data.
|
| NSKeyValueChangeKey | |
| NSKeyValueObservingOptions | |
| NSLineBreakMode |
NSLineBreakMode class defines different line break styles to apply when a
line is longer its container.
|
| NSLocale |
NSLocale class defines an object that represents the locale that is used.
|
| NSMutableData |
NSMutableData class defines mutable data objects that are used by the
application as data storage.
|
| NSMutableURLRequest |
NSMutableURLRequest class defines an object that represents a modifiable URL
request.
|
| NSNotification |
NSNotification class defines information objects used by the
NSNotificationCenter for application's intercommunication.
|
| NSNotificationCenter |
NSNotificationCenter class defines an object that handles the notifications
of the application.
|
| NSNotificationName | |
| NSNumberFormatter |
NSNumberFormatter class defines an object that manages the representation
format of numbers.
|
| NSNumberFormatterStyle |
NSNumberFormatterStyle class defines different types of format styles applied
to numbers.
|
| NSObject |
NSObject class is the base class of all objects.
|
| NSOperationQueue | |
| NSOrdered |
NSOrdered class defines different types of ordering objects of a request.
|
| NSPredicate | |
| NSRange |
NSRange class defines an object that represents a range defined by a location
and length.
|
| NSRunLoop |
NSRunLoop class defines an object that is responsible for dispatching input
sources such as messages and events to threads.
|
| NSRunLoopMode |
NSRunLoopMode class defines different loop modes for the NSRunLoop.
|
| NSSearchPathDirectory |
NSSearchPathDirectory class defines different directories used by the
NSFileManager.
|
| NSSearchPathDomainMask |
NSSearchPathDomainMask class defines different base locations of paths used
by the NSFileManager.
|
| NSString |
NSString class defines an object that is the foundation of the textual
functionality of the application.
|
| NSStringCompareOptions |
NSStringCompareOptions class defines different string search and comparison
options.
|
| NSStringEncoding |
NSStringEncoding class defines different types of NSString's supported
encodings.
|
| NSTimer |
NSTimer class defines an object that represents a timer that is used for
scheduling actions.
|
| NSTimeZone |
NSTimeZone class defines an object that represents the time zone of the
application.
|
| NSURL |
NSURL class defines an object that represents a URL.
|
| NSURLCache |
NSURLCache class defines an object that represents cache for URL load
requests.
|
| NSURLConnection |
NSURLConnection class defines an object that is responsible to perform the
loading of a URL request.
|
| NSURLRequest |
NSURLRequest class defines objects that represent the URL load requests of
the application.
|
| NSURLRequestCachePolicy |
NSURLRequestCachePolicy class defines different types of cache policies
concerning the URL requests.
|
| NSURLResponse |
NSURLResponse class defines an object that represents a response to an HTTP
URL load request and it used in collaboration with the NSURLRequest objects.
|
| NSURLSession | |
| NSURLSessionAuthChallengeDisposition | |
| NSURLSessionConfiguration | |
| NSURLSessionDataTask | |
| NSURLSessionDownloadTask | |
| NSURLSessionStreamTask | |
| NSURLSessionTask | |
| NSURLSessionTaskPriority | |
| NSURLSessionTaskState | |
| NSURLSessionUploadTask | |
| NSUserDefaults |
NSUserDefaults class defines an object that provides support related to user
default preferences storing.
|
| NSUUID |
NSUUID class defines UUID strings that provide unique identification of items
used within the application.
|
| NSXMLParser |
NSXMLParser class defines an object that is used in order to parse XML
documents.
|
Copyright © 2020. All rights reserved.