Extensions

The following extensions are available globally.

  • Useful for enums that capture BridgableProperty to enable them to be quickly and easily applied

    See more

    Declaration

    Swift

    public extension CaseIterable where Self : BridgableProperty
  • Provides convience methods for applying multiple bridgable properties

    See more

    Declaration

    Swift

    public extension Collection where Element : BridgableProperty
  • For any property list, rapidly determine if the bridgable properties are included

    See more

    Declaration

    Swift

    public extension Properties
  • Convience to for working with Bridgeable properites

    See more

    Declaration

    Swift

    public extension Sequence where Element : BridgableProperty
  • Standard functions provided by all arrays with elements that can be considered a Layer

    See more

    Declaration

    Swift

    extension Array : LayerContainer where Element == Layer
    public extension Array where Element == Object
  • URL

    Add’s a new initializer that is used for identifying in memory assets that should be cached and restored

    See more

    Declaration

    Swift

    public extension URL