Extensions

The following extensions are available globally.

  • Array+Accessable provides additional support to access the array.

    Author

    Adamas

    Version

    1.5.0

    Date

    23/03/2019
    See more

    Declaration

    Swift

    public extension Array
  • Encodable+Presentable enocdes an encodable object into strings

    Author

    Adamas

    Version

    1.9.2

    Date

    06/07/2022
    See more

    Declaration

    Swift

    public extension Encodable
  • UserDefaults+Accessable is used to provide convenient way to access user defaults.

    Author

    Adamas

    Version

    1.8.0

    Date

    11/04/2022
    See more

    Declaration

    Swift

    extension UserDefaults: UserDefaultsType
  • Date+Editable provides additional edit function for a date object.

    Author

    Adamas

    Version

    1.9.5

    Date

    11/05/2023
    See more

    Declaration

    Swift

    public extension Date
  • Double+CurrencyFormattable is used to format a number into currency string.

    Author

    Adamas

    Version

    1.8.0

    Date

    28/04/2022
    See more

    Declaration

    Swift

    public extension Double
  • Int

    Int+TimeFormattable is used to format a number into time span string.

    Author

    Adamas

    Version

    1.5.0

    Date

    30/03/2019
    See more

    Declaration

    Swift

    public extension Int
  • Access locales

    Author

    Adamas

    Version

    1.10.0

    Date

    11/08/2023
    See more

    Declaration

    Swift

    public extension Locale
  • URL

    URL+Accessible provides additional supports towards web urls.

    Version

    1.6.0

    Date

    16/09/2019

    Author

    Adamas
    See more

    Declaration

    Swift

    public extension URL
  • KeyedDecodingContainer+Decodable adds the ability to decode an array

    Author

    Adamas

    Version

    1.6.0

    Date

    30/03/2019
    See more

    Declaration

    Swift

    public extension KeyedDecodingContainer
  • KeyedEncodingContainer+Decodable adds the ability to encode an array

    Author

    Adamas

    Version

    1.6.0

    Date

    08/08/2019
    See more

    Declaration

    Swift

    public extension KeyedEncodingContainer
  • Bundle+Localizable defines the swizzling method for changing language.

    Author

    Adamas

    Version

    1.5.0

    Date

    23/03/2019
    See more

    Declaration

    Swift

    public extension Bundle
  • Encode strings.

    Author

    Adamas

    Version

    1.8.0

    Date

    29/04/2022
    See more

    Declaration

    Swift

    public extension String