Extensions
The following extensions are available globally.
-
Declaration
Swift
struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection
-
Declaration
Swift
struct Dictionary<Key, Value> where Key : Hashable
-
Declaration
Swift
class FileManager : NSObject
-
Declaration
Swift
class NSAttributedString : NSObject, NSCopying, NSMutableCopying, NSSecureCoding
-
Declaration
Swift
class NSMutableAttributedString : NSAttributedString
-
Declaration
Swift
protocol NSObjectProtocol
-
Declaration
Swift
class NSPredicate : NSObject, NSSecureCoding, NSCopying
-
Declaration
Swift
class ProcessInfo : NSObject
-
Declaration
Swift
class UserDefaults : NSObject
-
Declaration
Swift
protocol BinaryFloatingPoint : ExpressibleByFloatLiteral, FloatingPoint
-
Declaration
Swift
protocol BinaryInteger : CustomStringConvertible, Hashable, Numeric, Strideable where Self.Magnitude : BinaryInteger, Self.Magnitude == Self.Magnitude.Magnitude
-
Declaration
Swift
protocol Collection : Sequence where Self.SubSequence : Collection
-
Declaration
Swift
protocol ExpressibleByIntegerLiteral
-
Declaration
Swift
struct UInt : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct UInt64 : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct UInt32 : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct UInt16 : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct UInt8 : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct Int : FixedWidthInteger, SignedInteger
-
Declaration
Swift
struct Int64 : FixedWidthInteger, SignedInteger
-
Declaration
Swift
struct Int32 : FixedWidthInteger, SignedInteger
-
Declaration
Swift
struct Int16 : FixedWidthInteger, SignedInteger
-
Declaration
Swift
struct Int8 : FixedWidthInteger, SignedInteger
-
Declaration
Swift
protocol FloatingPoint : Hashable, SignedNumeric, Strideable
-
Declaration
Swift
protocol MutableCollection : Collection where Self.SubSequence : MutableCollection
-
Declaration
Swift
protocol RangeReplaceableCollection : Collection where Self.SubSequence : RangeReplaceableCollection
-
Declaration
Swift
protocol SignedInteger : BinaryInteger, SignedNumeric
-
Declaration
Swift
class UIGestureRecognizer : NSObject
-
Declaration
Swift
class UIView : UIResponder, NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, CALayerDelegate
-
Declaration
Swift
class UIViewController : UIResponder, NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment