Last active
December 4, 2015 10:20
-
-
Save Cosmo/7300e1d64869bd142ae6 to your computer and use it in GitHub Desktop.
All Public CG-Structs and NS-Classes in OpenSource Swift 2.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| devran@ubuntu:~/projects/Hello$ swift | |
| Welcome to Swift version 2.2-dev (LLVM 46be9ff861, Clang 4deb154edc, Swift 778f82939c). Type :help for assistance. | |
| 1> import Foundation | |
| 2> CG | |
| Available completions: | |
| CGFloat | |
| CGPoint | |
| CGRect | |
| CGRectEdge | |
| CGSize | |
| 2> NS | |
| Available completions: | |
| NSAffineTransform | |
| NSAffineTransformStruct | |
| NSAlignmentOptions | |
| NSArgumentDomain: String | |
| NSArray | |
| NSASCIIStringEncoding: UInt | |
| NSAttributedString | |
| NSAttributedStringEnumerationOptions | |
| NSBinarySearchingOptions | |
| NSBlockOperation | |
| NSBundle | |
| NSByteCountFormatter | |
| NSByteCountFormatterCountStyle | |
| NSByteCountFormatterUnits | |
| NSCache | |
| NSCacheDelegate | |
| NSCachedURLResponse | |
| NSCalculationError | |
| NSCalendar | |
| NSCalendarDayChangedNotification: String | |
| NSCalendarIdentifierBuddhist: String | |
| NSCalendarIdentifierChinese: String | |
| NSCalendarIdentifierCoptic: String | |
| NSCalendarIdentifierEthiopicAmeteAlem: String | |
| NSCalendarIdentifierEthiopicAmeteMihret: String | |
| NSCalendarIdentifierGregorian: String | |
| NSCalendarIdentifierHebrew: String | |
| NSCalendarIdentifierIndian: String | |
| NSCalendarIdentifierIslamic: String | |
| NSCalendarIdentifierIslamicCivil: String | |
| NSCalendarIdentifierIslamicTabular: String | |
| NSCalendarIdentifierIslamicUmmAlQura: String | |
| NSCalendarIdentifierISO8601: String | |
| NSCalendarIdentifierJapanese: String | |
| NSCalendarIdentifierPersian: String | |
| NSCalendarIdentifierRepublicOfChina: String | |
| NSCalendarOptions | |
| NSCalendarUnit | |
| NSCharacterSet | |
| NSCocoaError | |
| More (Y/n/a): | |
| NSCocoaErrorDomain: String | |
| NSCoder | |
| NSCoding | |
| NSComparator | |
| NSComparisonPredicate | |
| NSComparisonPredicateModifier | |
| NSComparisonPredicateOptions | |
| NSComparisonResult | |
| NSCompoundPredicate | |
| NSCompoundPredicateType | |
| NSCondition | |
| NSConditionLock | |
| NSContainsRect(aRect: NSRect, bRect: NSRect) -> Bool | |
| NSCopying | |
| NSCountedSet | |
| NSCurrentLocaleDidChangeNotification: String | |
| NSData | |
| NSDataBase64DecodingOptions | |
| NSDataBase64EncodingOptions | |
| NSDataReadingOptions | |
| NSDataSearchOptions | |
| NSDataWritingOptions | |
| NSDate | |
| NSDateComponents | |
| NSDateComponentsFormatter | |
| NSDateComponentsFormatterUnitsStyle | |
| NSDateComponentsFormatterZeroFormattingBehavior | |
| NSDateComponentUndefined: Int | |
| NSDateFormatter | |
| NSDateFormatterStyle | |
| NSDateInterval | |
| NSDateIntervalFormatter | |
| NSDateIntervalFormatterStyle | |
| NSDecimal | |
| NSDecimalAdd(result: UnsafeMutablePointer<NSDecimal>, leftOperand: UnsafePointer<NSDecimal>, rightOperand: UnsafePointer<NSDecimal>, roundingMode: NSRoundingMode) -> NSCalculationError | |
| NSDecimalCompact(number: UnsafeMutablePointer<NSDecimal>) -> Void | |
| NSDecimalCompare(leftOperand: UnsafePointer<NSDecimal>, rightOperand: UnsafePointer<NSDecimal>) -> NSComparisonResult | |
| NSDecimalCopy(destination: UnsafeMutablePointer<NSDecimal>, source: UnsafePointer<NSDecimal>) -> Void | |
| NSDecimalDivide(result: UnsafeMutablePointer<NSDecimal>, leftOperand: UnsafePointer<NSDecimal>, rightOperand: UnsafePointer<NSDecimal>, roundingMode: NSRoundingMode) -> NSCalculationError | |
| NSDecimalIsNotANumber(dcm: UnsafePointer<NSDecimal>) -> Bool | |
| NSDecimalMaxSize: Int32 | |
| NSDecimalMultiply(result: UnsafeMutablePointer<NSDecimal>, leftOperand: UnsafePointer<NSDecimal>, rightOperand: UnsafePointer<NSDecimal>, roundingMode: NSRoundingMode) -> NSCalculationError | |
| NSDecimalMultiplyByPowerOf10(result: UnsafeMutablePointer<NSDecimal>, number: UnsafePointer<NSDecimal>, power: Int16, roundingMode: NSRoundingMode) -> NSCalculationError | |
| NSDecimalNormalize(number1: UnsafeMutablePointer<NSDecimal>, number2: UnsafeMutablePointer<NSDecimal>, roundingMode: NSRoundingMode) -> NSCalculationError | |
| NSDecimalNoScale: Int32 | |
| NSDecimalNumber | |
| NSDecimalNumberBehaviors | |
| NSDecimalNumberDivideByZeroException: String | |
| NSDecimalNumberExactnessException: String | |
| NSDecimalNumberHandler | |
| NSDecimalNumberOverflowException: String | |
| NSDecimalNumberUnderflowException: String | |
| NSDecimalPower(result: UnsafeMutablePointer<NSDecimal>, number: UnsafePointer<NSDecimal>, power: Int, roundingMode: NSRoundingMode) -> NSCalculationError | |
| NSDecimalRound(result: UnsafeMutablePointer<NSDecimal>, number: UnsafePointer<NSDecimal>, scale: Int, roundingMode: NSRoundingMode) -> Void | |
| NSDecimalString(dcm: UnsafePointer<NSDecimal>, locale: AnyObject?) -> String | |
| NSDecimalSubtract(result: UnsafeMutablePointer<NSDecimal>, leftOperand: UnsafePointer<NSDecimal>, rightOperand: UnsafePointer<NSDecimal>, roundingMode: NSRoundingMode) -> NSCalculationError | |
| NSDictionary | |
| NSDirectoryEnumerationOptions | |
| NSDirectoryEnumerator | |
| NSDivideRect(inRect: NSRect, slice: UnsafeMutablePointer<NSRect>, rem: UnsafeMutablePointer<NSRect>, amount: CGFloat, edge: NSRectEdge) -> Void | |
| NSEdgeInsets | |
| NSEdgeInsetsEqual(aInsets: NSEdgeInsets, bInsets: NSEdgeInsets) -> Bool | |
| NSEdgeInsetsMake(top: CGFloat, left: CGFloat, bottom: CGFloat, right: CGFloat) -> NSEdgeInsets | |
| NSEdgeInsetsZero: NSEdgeInsets | |
| NSEnergyFormatter | |
| NSEnergyFormatterUnit | |
| NSEnumerationOptions | |
| NSEnumerator | |
| NSEqualPoints(aPoint: NSPoint, bPoint: NSPoint) -> Bool | |
| NSEqualRanges(range1: NSRange, range2: NSRange) -> Bool | |
| NSEqualRects(aRect: NSRect, bRect: NSRect) -> Bool | |
| NSEqualSizes(aSize: NSSize, bSize: NSSize) -> Bool | |
| NSError | |
| NSExpression | |
| NSExpressionType | |
| NSFileAppendOnly: String | |
| NSFileBusy: String | |
| NSFileCreationDate: String | |
| NSFileDeviceIdentifier: String | |
| NSFileExtensionHidden: String | |
| NSFileGroupOwnerAccountID: String | |
| NSFileGroupOwnerAccountName: String | |
| NSFileHandle | |
| NSFileHandleConnectionAcceptedNotification: String | |
| NSFileHandleDataAvailableNotification: String | |
| NSFileHandleNotificationDataItem: String | |
| NSFileHandleNotificationFileHandleItem: String | |
| NSFileHandleOperationException: String | |
| NSFileHandleReadCompletionNotification: String | |
| NSFileHandleReadToEndOfFileCompletionNotification: String | |
| NSFileHFSCreatorCode: String | |
| NSFileHFSTypeCode: String | |
| NSFileImmutable: String | |
| NSFileManager | |
| NSFileManagerDelegate | |
| NSFileManagerItemReplacementOptions | |
| NSFileModificationDate: String | |
| NSFileOwnerAccountID: String | |
| NSFileOwnerAccountName: String | |
| NSFilePathErrorKey: String | |
| NSFilePosixPermissions: String | |
| NSFileReferenceCount: String | |
| NSFileSize: String | |
| NSFileSystemFileNumber: String | |
| NSFileSystemFreeNodes: String | |
| NSFileSystemFreeSize: String | |
| NSFileSystemNodes: String | |
| NSFileSystemNumber: String | |
| NSFileSystemSize: String | |
| NSFileType: String | |
| NSFileTypeBlockSpecial: String | |
| NSFileTypeCharacterSpecial: String | |
| NSFileTypeDirectory: String | |
| NSFileTypeRegular: String | |
| NSFileTypeSocket: String | |
| NSFileTypeSymbolicLink: String | |
| NSFileTypeUnknown: String | |
| NSFormatter | |
| NSFormattingContext | |
| NSFormattingUnitStyle | |
| NSGlobalDomain: String | |
| NSHeight(aRect: NSRect) -> CGFloat | |
| NSHelpAnchorErrorKey: String | |
| NSHost | |
| NSHTTPCookie | |
| NSHTTPCookieAcceptPolicy | |
| NSHTTPCookieComment: String | |
| NSHTTPCookieCommentURL: String | |
| NSHTTPCookieDiscard: String | |
| NSHTTPCookieDomain: String | |
| NSHTTPCookieExpires: String | |
| NSHTTPCookieManagerCookiesChangedNotification: String | |
| NSHTTPCookieMaximumAge: String | |
| NSHTTPCookieName: String | |
| NSHTTPCookieOriginURL: String | |
| NSHTTPCookiePath: String | |
| NSHTTPCookiePort: String | |
| NSHTTPCookieSecure: String | |
| NSHTTPCookieStorage | |
| NSHTTPCookieValue: String | |
| NSHTTPCookieVersion: String | |
| NSHTTPURLResponse | |
| NSIndexPath | |
| NSIndexSet | |
| NSInputStream | |
| NSInsetRect(aRect: NSRect, dX: CGFloat, dY: CGFloat) -> NSRect | |
| NSIntegralRect(aRect: NSRect) -> NSRect | |
| NSIntegralRectWithOptions(aRect: NSRect, opts: NSAlignmentOptions) -> NSRect | |
| NSIntersectionRange(range1: NSRange, range2: NSRange) -> NSRange | |
| NSIntersectionRect(aRect: NSRect, bRect: NSRect) -> NSRect | |
| NSIntersectsRect(aRect: NSRect, bRect: NSRect) -> Bool | |
| NSIsEmptyRect(aRect: NSRect) -> Bool | |
| NSISO2022JPStringEncoding: UInt | |
| NSISOLatin1StringEncoding: UInt | |
| NSISOLatin2StringEncoding: UInt | |
| NSJapaneseEUCStringEncoding: UInt | |
| NSJSONReadingOptions | |
| NSJSONSerialization | |
| NSJSONWritingOptions | |
| NSKeyedArchiver | |
| NSKeyedArchiverDelegate | |
| NSKeyedArchiveRootObjectKey: String | |
| NSKeyedUnarchiver | |
| NSKeyedUnarchiverDelegate | |
| NSLengthFormatter | |
| NSLengthFormatterUnit | |
| NSLocale | |
| NSLocaleAlternateQuotationBeginDelimiterKey: String | |
| NSLocaleAlternateQuotationEndDelimiterKey: String | |
| NSLocaleCalendar: String | |
| NSLocaleCollationIdentifier: String | |
| NSLocaleCollatorIdentifier: String | |
| NSLocaleCountryCode: String | |
| NSLocaleCurrencyCode: String | |
| NSLocaleCurrencySymbol: String | |
| NSLocaleDecimalSeparator: String | |
| NSLocaleExemplarCharacterSet: String | |
| NSLocaleGroupingSeparator: String | |
| NSLocaleIdentifier: String | |
| NSLocaleLanguageCode: String | |
| NSLocaleLanguageDirection | |
| NSLocaleMeasurementSystem: String | |
| NSLocaleQuotationBeginDelimiterKey: String | |
| NSLocaleQuotationEndDelimiterKey: String | |
| NSLocaleScriptCode: String | |
| NSLocaleUsesMetricSystem: String | |
| NSLocaleVariantCode: String | |
| NSLocalizedDescriptionKey: String | |
| NSLocalizedFailureReasonErrorKey: String | |
| NSLocalizedRecoveryOptionsErrorKey: String | |
| NSLocalizedRecoverySuggestionErrorKey: String | |
| NSLocationInRange(loc: Int, range: NSRange) -> Bool | |
| NSLock | |
| NSLocking | |
| NSMachErrorDomain: String | |
| NSMacOSRomanStringEncoding: UInt | |
| NSMakePoint(x: CGFloat, y: CGFloat) -> NSPoint | |
| NSMakeRange(loc: Int, len: Int) -> NSRange | |
| NSMakeRect(x: CGFloat, y: CGFloat, w: CGFloat, h: CGFloat) -> NSRect | |
| NSMakeSize(w: CGFloat, h: CGFloat) -> NSSize | |
| NSMassFormatter | |
| NSMassFormatterUnit | |
| NSMatchingFlags | |
| NSMatchingOptions | |
| NSMaxRange(range: NSRange) -> Int | |
| NSMaxX(aRect: NSRect) -> CGFloat | |
| NSMaxY(aRect: NSRect) -> CGFloat | |
| NSMessagePort | |
| NSMidX(aRect: NSRect) -> CGFloat | |
| NSMidY(aRect: NSRect) -> CGFloat | |
| NSMinX(aRect: NSRect) -> CGFloat | |
| NSMinY(aRect: NSRect) -> CGFloat | |
| NSMouseInRect(aPoint: NSPoint, aRect: NSRect, flipped: Bool) -> Bool | |
| NSMutableArray | |
| NSMutableAttributedString | |
| NSMutableCharacterSet | |
| NSMutableCopying | |
| NSMutableData | |
| NSMutableDictionary | |
| NSMutableIndexSet | |
| NSMutableOrderedSet | |
| NSMutableSet | |
| NSMutableString | |
| NSMutableURLRequest | |
| NSNEXTSTEPStringEncoding: UInt | |
| NSNonLossyASCIIStringEncoding: UInt | |
| NSNotFound: Int | |
| NSNotification | |
| NSNotificationCenter | |
| NSNotificationCoalescing | |
| NSNotificationQueue | |
| NSNull | |
| NSNumber | |
| NSNumberFormatter | |
| NSNumberFormatterPadPosition | |
| NSNumberFormatterRoundingMode | |
| NSNumberFormatterStyle | |
| NSObject | |
| NSObjectProtocol | |
| NSOffsetRect(aRect: NSRect, dX: CGFloat, dY: CGFloat) -> NSRect | |
| NSOperatingSystemVersion | |
| NSOperation | |
| NSOperationQueue | |
| NSOperationQueueDefaultMaxConcurrentOperationCount: Int | |
| NSOperationQueuePriority | |
| NSOrderedSet | |
| NSOSStatusErrorDomain: String | |
| NSOutputStream | |
| NSPersonNameComponentDelimiter: String | |
| NSPersonNameComponentFamilyName: String | |
| NSPersonNameComponentGivenName: String | |
| NSPersonNameComponentKey: String | |
| NSPersonNameComponentMiddleName: String | |
| NSPersonNameComponentNickname: String | |
| NSPersonNameComponentPrefix: String | |
| NSPersonNameComponents | |
| NSPersonNameComponentsFormatter | |
| NSPersonNameComponentsFormatterOptions | |
| NSPersonNameComponentsFormatterStyle | |
| NSPersonNameComponentSuffix: String | |
| NSPipe | |
| NSPoint | |
| NSPointArray | |
| NSPointFromCGPoint(cgpoint: CGPoint) -> NSPoint | |
| NSPointFromString(aString: String) -> NSPoint | |
| NSPointInRect(aPoint: NSPoint, aRect: NSRect) -> Bool | |
| NSPointPointer | |
| NSPointToCGPoint(nspoint: NSPoint) -> CGPoint | |
| NSPort | |
| NSPortDelegate | |
| NSPortDidBecomeInvalidNotification: String | |
| NSPortMessage | |
| NSPOSIXErrorDomain: String | |
| NSPostingStyle | |
| NSPredicate | |
| NSPredicateOperatorType | |
| NSProcessInfo | |
| NSProgress | |
| NSProgressEstimatedTimeRemainingKey: String | |
| NSProgressFileCompletedCountKey: String | |
| NSProgressFileOperationKindCopying: String | |
| NSProgressFileOperationKindDecompressingAfterDownloading: String | |
| NSProgressFileOperationKindDownloading: String | |
| NSProgressFileOperationKindKey: String | |
| NSProgressFileOperationKindReceiving: String | |
| NSProgressFileTotalCountKey: String | |
| NSProgressFileURLKey: String | |
| NSProgressKindFile: String | |
| NSProgressReporting | |
| NSProgressThroughputKey: String | |
| NSPropertyListFormat | |
| NSPropertyListMutabilityOptions | |
| NSPropertyListReadOptions | |
| NSPropertyListSerialization | |
| NSPropertyListWriteOptions | |
| NSQualityOfService | |
| NSRange | |
| NSRangeFromString(aString: String) -> NSRange | |
| NSRangePointer | |
| NSRecoveryAttempterErrorKey: String | |
| NSRect | |
| NSRectArray | |
| NSRectEdge | |
| NSRectFromCGRect(cgrect: CGRect) -> NSRect | |
| NSRectFromString(aString: String) -> NSRect | |
| NSRectPointer | |
| NSRectToCGRect(nsrect: NSRect) -> CGRect | |
| NSRecursiveLock | |
| NSRegistrationDomain: String | |
| NSRegularExpression | |
| NSRegularExpressionOptions | |
| NSRoundingMode | |
| NSScanner | |
| NSSearchPathDirectory | |
| NSSearchPathDomainMask | |
| NSSearchPathForDirectoriesInDomains(directory: NSSearchPathDirectory, domainMask: NSSearchPathDomainMask, expandTilde: Bool) -> [String] | |
| NSSecureCoding | |
| NSSet | |
| NSShiftJISStringEncoding: UInt | |
| NSSize | |
| NSSizeArray | |
| NSSizeFromCGSize(cgsize: CGSize) -> NSSize | |
| NSSizeFromString(aString: String) -> NSSize | |
| NSSizePointer | |
| NSSizeToCGSize(nssize: NSSize) -> CGSize | |
| NSSocketNativeHandle | |
| NSSocketPort | |
| NSSortDescriptor | |
| NSSortOptions | |
| NSStream | |
| NSStreamDataWrittenToMemoryStreamKey: String | |
| NSStreamDelegate | |
| NSStreamEvent | |
| NSStreamFileCurrentOffsetKey: String | |
| NSStreamNetworkServiceType: String | |
| NSStreamNetworkServiceTypeBackground: String | |
| NSStreamNetworkServiceTypeVideo: String | |
| NSStreamNetworkServiceTypeVoice: String | |
| NSStreamNetworkServiceTypeVoIP: String | |
| NSStreamSocketSecurityLevelKey: String | |
| NSStreamSocketSecurityLevelNegotiatedSSL: String | |
| NSStreamSocketSecurityLevelNone: String | |
| NSStreamSocketSecurityLevelSSLv2: String | |
| NSStreamSocketSecurityLevelSSLv3: String | |
| NSStreamSocketSecurityLevelTLSv1: String | |
| NSStreamSocketSSLErrorDomain: String | |
| NSStreamSOCKSErrorDomain: String | |
| NSStreamSOCKSProxyConfigurationKey: String | |
| NSStreamSOCKSProxyHostKey: String | |
| NSStreamSOCKSProxyPasswordKey: String | |
| NSStreamSOCKSProxyPortKey: String | |
| NSStreamSOCKSProxyUserKey: String | |
| NSStreamSOCKSProxyVersion4: String | |
| NSStreamSOCKSProxyVersion5: String | |
| NSStreamSOCKSProxyVersionKey: String | |
| NSStreamStatus | |
| NSString | |
| NSStringCompareOptions | |
| NSStringEncoding | |
| NSStringEncodingConversionOptions | |
| NSStringEncodingErrorKey: String | |
| NSStringEnumerationOptions | |
| NSStringFromPoint(aPoint: NSPoint) -> String | |
| NSStringFromRange(range: NSRange) -> String | |
| NSStringFromRect(aRect: NSRect) -> String | |
| NSStringFromSize(aSize: NSSize) -> String | |
| NSSymbolStringEncoding: UInt | |
| NSTask | |
| NSTaskDidTerminateNotification: String | |
| NSTaskTerminationReason | |
| NSTextCheckingResult | |
| NSTextCheckingType | |
| NSThread | |
| NSTimeInterval | |
| NSTimeIntervalSince1970: Double | |
| NSTimeZone | |
| NSTimeZoneNameStyle | |
| NSUnderlyingErrorKey: String | |
| NSUnicodeStringEncoding: UInt | |
| NSUnionRange(range1: NSRange, range2: NSRange) -> NSRange | |
| NSUnionRect(aRect: NSRect, bRect: NSRect) -> NSRect | |
| NSURL | |
| NSURLAuthenticationChallenge | |
| NSURLAuthenticationMethodClientCertificate: String | |
| NSURLAuthenticationMethodDefault: String | |
| NSURLAuthenticationMethodHTMLForm: String | |
| NSURLAuthenticationMethodHTTPBasic: String | |
| NSURLAuthenticationMethodHTTPDigest: String | |
| NSURLAuthenticationMethodNegotiate: String | |
| NSURLAuthenticationMethodNTLM: String | |
| NSURLAuthenticationMethodServerTrust: String | |
| NSURLCache | |
| NSURLCacheStoragePolicy | |
| NSURLComponents | |
| NSURLCredential | |
| NSURLCredentialPersistence | |
| NSURLCredentialStorage | |
| NSURLCredentialStorageChangedNotification: String | |
| NSURLCredentialStorageRemoveSynchronizableCredentials: String | |
| NSURLErrorAppTransportSecurityRequiresSecureConnection: Int | |
| NSURLErrorBackgroundSessionInUseByAnotherProcess: Int | |
| NSURLErrorBackgroundSessionRequiresSharedContainer: Int | |
| NSURLErrorBackgroundSessionWasDisconnected: Int | |
| NSURLErrorBackgroundTaskCancelledReasonKey: String | |
| NSURLErrorBadServerResponse: Int | |
| NSURLErrorBadURL: Int | |
| NSURLErrorCallIsActive: Int | |
| NSURLErrorCancelled: Int | |
| NSURLErrorCancelledReasonBackgroundUpdatesDisabled: Int | |
| NSURLErrorCancelledReasonInsufficientSystemResources: Int | |
| NSURLErrorCancelledReasonUserForceQuitApplication: Int | |
| NSURLErrorCannotCloseFile: Int | |
| NSURLErrorCannotConnectToHost: Int | |
| NSURLErrorCannotCreateFile: Int | |
| NSURLErrorCannotDecodeContentData: Int | |
| NSURLErrorCannotDecodeRawData: Int | |
| NSURLErrorCannotFindHost: Int | |
| NSURLErrorCannotLoadFromNetwork: Int | |
| NSURLErrorCannotMoveFile: Int | |
| NSURLErrorCannotOpenFile: Int | |
| NSURLErrorCannotParseResponse: Int | |
| NSURLErrorCannotRemoveFile: Int | |
| NSURLErrorCannotWriteToFile: Int | |
| NSURLErrorClientCertificateRejected: Int | |
| NSURLErrorClientCertificateRequired: Int | |
| NSURLErrorDataLengthExceedsMaximum: Int | |
| NSURLErrorDataNotAllowed: Int | |
| NSURLErrorDNSLookupFailed: Int | |
| NSURLErrorDomain: String | |
| NSURLErrorDownloadDecodingFailedMidStream: Int | |
| NSURLErrorDownloadDecodingFailedToComplete: Int | |
| NSURLErrorFailingURLErrorKey: String | |
| NSURLErrorFailingURLPeerTrustErrorKey: String | |
| NSURLErrorFailingURLStringErrorKey: String | |
| NSURLErrorFileDoesNotExist: Int | |
| NSURLErrorFileIsDirectory: Int | |
| NSURLErrorHTTPTooManyRedirects: Int | |
| NSURLErrorInternationalRoamingOff: Int | |
| NSURLErrorKey: String | |
| NSURLErrorNetworkConnectionLost: Int | |
| NSURLErrorNoPermissionsToReadFile: Int | |
| NSURLErrorNotConnectedToInternet: Int | |
| NSURLErrorRedirectToNonExistentLocation: Int | |
| NSURLErrorRequestBodyStreamExhausted: Int | |
| NSURLErrorResourceUnavailable: Int | |
| NSURLErrorSecureConnectionFailed: Int | |
| NSURLErrorServerCertificateHasBadDate: Int | |
| NSURLErrorServerCertificateHasUnknownRoot: Int | |
| NSURLErrorServerCertificateNotYetValid: Int | |
| NSURLErrorServerCertificateUntrusted: Int | |
| NSURLErrorTimedOut: Int | |
| NSURLErrorUnknown: Int | |
| NSURLErrorUnsupportedURL: Int | |
| NSURLErrorUserAuthenticationRequired: Int | |
| NSURLErrorUserCancelledAuthentication: Int | |
| NSURLErrorZeroByteResource: Int | |
| NSURLProtectionSpace | |
| NSURLProtectionSpaceFTP: String | |
| NSURLProtectionSpaceFTPProxy: String | |
| NSURLProtectionSpaceHTTP: String | |
| NSURLProtectionSpaceHTTPProxy: String | |
| NSURLProtectionSpaceHTTPS: String | |
| NSURLProtectionSpaceHTTPSProxy: String | |
| NSURLProtectionSpaceSOCKSProxy: String | |
| NSURLProtocol | |
| NSURLProtocolClient | |
| NSURLQueryItem | |
| NSURLRelationship | |
| NSURLRequest | |
| NSURLRequestCachePolicy | |
| NSURLRequestNetworkServiceType | |
| NSURLResponse | |
| NSURLSession | |
| NSURLSessionAuthChallengeDisposition | |
| NSURLSessionConfiguration | |
| NSURLSessionDataDelegate | |
| NSURLSessionDataTask | |
| NSURLSessionDelegate | |
| NSURLSessionDownloadDelegate | |
| NSURLSessionDownloadTask | |
| NSURLSessionDownloadTaskResumeData: String | |
| NSURLSessionResponseDisposition | |
| NSURLSessionStreamDelegate | |
| NSURLSessionStreamTask | |
| NSURLSessionTask | |
| NSURLSessionTaskDelegate | |
| NSURLSessionTaskPriorityDefault: Float | |
| NSURLSessionTaskPriorityHigh: Float | |
| NSURLSessionTaskPriorityLow: Float | |
| NSURLSessionTaskState | |
| NSURLSessionTransferSizeUnknown: Int64 | |
| NSURLSessionUploadTask | |
| NSUserDefaults | |
| NSUserDefaultsDidChangeNotification: String | |
| NSUTF16BigEndianStringEncoding: UInt | |
| NSUTF16LittleEndianStringEncoding: UInt | |
| NSUTF16StringEncoding: UInt | |
| NSUTF32BigEndianStringEncoding: UInt | |
| NSUTF32LittleEndianStringEncoding: UInt | |
| NSUTF32StringEncoding: UInt | |
| NSUTF8StringEncoding: UInt | |
| NSUUID | |
| NSValue | |
| NSVolumeEnumerationOptions | |
| NSWidth(aRect: NSRect) -> CGFloat | |
| NSWindowsCP1250StringEncoding: UInt | |
| NSWindowsCP1251StringEncoding: UInt | |
| NSWindowsCP1252StringEncoding: UInt | |
| NSWindowsCP1253StringEncoding: UInt | |
| NSWindowsCP1254StringEncoding: UInt | |
| NSXMLDocument | |
| NSXMLDocumentContentKind | |
| NSXMLDocumentIncludeContentTypeDeclaration: Int | |
| NSXMLDocumentTidyHTML: Int | |
| NSXMLDocumentTidyXML: Int | |
| NSXMLDocumentValidate: Int | |
| NSXMLDocumentXInclude: Int | |
| NSXMLDTD | |
| NSXMLDTDNode | |
| NSXMLDTDNodeKind | |
| NSXMLElement | |
| NSXMLNode | |
| NSXMLNodeCompactEmptyElement: Int | |
| NSXMLNodeExpandEmptyElement: Int | |
| NSXMLNodeIsCDATA: Int | |
| NSXMLNodeKind | |
| NSXMLNodeLoadExternalEntitiesAlways: Int | |
| NSXMLNodeLoadExternalEntitiesNever: Int | |
| NSXMLNodeLoadExternalEntitiesSameOriginOnly: Int | |
| NSXMLNodeNeverEscapeContents: Int | |
| NSXMLNodeOptionsNone: Int | |
| NSXMLNodePreserveAll: Int | |
| NSXMLNodePreserveAttributeOrder: Int | |
| NSXMLNodePreserveCDATA: Int | |
| NSXMLNodePreserveCharacterReferences: Int | |
| NSXMLNodePreserveDTD: Int | |
| NSXMLNodePreserveEmptyElements: Int | |
| NSXMLNodePreserveEntities: Int | |
| NSXMLNodePreserveNamespaceOrder: Int | |
| NSXMLNodePreservePrefixes: Int | |
| NSXMLNodePreserveQuotes: Int | |
| NSXMLNodePreserveWhitespace: Int | |
| NSXMLNodePrettyPrint: Int | |
| NSXMLNodePromoteSignificantWhitespace: Int | |
| NSXMLNodeUseDoubleQuotes: Int | |
| NSXMLNodeUseSingleQuotes: Int | |
| NSXMLParser | |
| NSXMLParserDelegate | |
| NSXMLParserError | |
| NSXMLParserErrorDomain: String | |
| NSXMLParserExternalEntityResolvingPolicy | |
| NSZeroPoint: NSPoint | |
| NSZeroRect: NSRect | |
| NSZeroSize: NSSize | |
| NSZone | |
| 2> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment