Extensions

The following extensions are available globally.

  • ViewController+ActionSheet is used to present an action sheet.

    Author

    Adamas

    Version

    1.9.15

    Date

    28/03/2023
    See more

    Declaration

    Swift

    public extension UIViewController
  • Application+Accessable extracts the attributes related to the view in the app.

    Author

    Adamas

    Version

    1.5.0

    Date

    08/05/2018
    See more

    Declaration

    Swift

    public extension UIApplication
  • Button+Attribute contains additional support for a button

    Author

    Adamas

    Version

    1.6.0

    Date

    08/08/2019
    See more

    Declaration

    Swift

    public extension UIButton
  • Render an image using a given color

    Author

    Adamas

    Date

    11/04/2022

    Version

    1.9.0
    See more

    Declaration

    Swift

    public extension UIColor
  • Convertion between different image concepts

    Author

    Adamas

    Date

    16/09/2022

    Version

    1.9.8
    See more

    Declaration

    Swift

    public extension CIImage
  • Join images into one

    Author

    Adamas

    Date

    08/05/2019

    Version

    1.5.0
    See more

    Declaration

    Swift

    public extension UIImage
  • ImageView+Animation provides a shortcut for creating animations using an image view

    Author

    Adamas

    Date

    17/08/2019

    Version

    1.5.0
    See more

    Declaration

    Swift

    public extension UIImageView
  • Provide a screenshot function for a scroll view

    Author

    Adamas

    Date

    08/05/2019

    Version

    1.5.0
    See more

    Declaration

    Swift

    public extension UIScrollView
  • Provide a screenshot function for any view

    Author

    Adamas

    Date

    08/05/2019

    Version

    1.5.0
    See more

    Declaration

    Swift

    public extension UIView
  • Label+Measurable contains dynamic content of a label.

    Author

    Adamas

    Version

    1.5.0

    Date

    16/08/2019
    See more

    Declaration

    Swift

    public extension UILabel
  • SegmentedControl+Localizable provides localization support for a segmented control.

    Author

    Adamas

    Version

    1.5.0

    Date

    31/08/2019
    See more

    Declaration

    Swift

    public extension UISegmentedControl
  • Coordinate+Measurer provides measure between two geo location.

    Author

    Adamas

    Version

    1.5.0

    Date

    07/09/2019
    See more

    Declaration

    Swift

    public extension CLLocationCoordinate2D
  • NavigationBar+Accessable is used as a customized navigation bar.

    Author

    Adamas

    Version

    1.5.0

    Date

    06/09/2019
    See more

    Declaration

    Swift

    public extension UINavigationBar
  • NavigationController+Navigable is used to add additional support for navigation between storyboards.

    Author

    Adamas

    Version

    1.5.0

    Date

    06/09/2019
    See more

    Declaration

    Swift

    public extension UINavigationController
  • NavigationItem+Accessable is used as a customized navigation bar.

    Author

    Adamas

    Version

    1.5.0

    Date

    06/09/2019
    See more

    Declaration

    Swift

    public extension UINavigationItem
  • SearchBar+Accessable add additional support for extracting sub components.

    Author

    Adamas

    Version

    1.5.0

    Date

    08/05/2019
    See more

    Declaration

    Swift

    public extension UISearchBar
  • AttributedString+Mutable provides the ability to modify an attributed string.

    Author

    Adamas

    Version

    1.9.0

    Date

    29/04/2022
    See more

    Declaration

    Swift

    public extension NSAttributedString
  • String+Measurer add additional support for displaying a string on the screen.

    Author

    Adamas

    Version

    1.5.0

    Date

    15/08/2019
    See more

    Declaration

    Swift

    public extension String
  • Provides additional access to a table cell

    Version

    1.8.0

    Date

    02/05/22

    Author

    Adamas
    See more

    Declaration

    Swift

    public extension UITableViewCell
  • TextField+Attribute provides additional support to access the attribute of the UITextField.

    Author

    Adamas

    Version

    1.5.0

    Author

    15/08/2018
    See more

    Declaration

    Swift

    public extension UITextField
  • Anchor+Shortcut add the shortcut for creating a constraint.

    Author

    Adamas

    Version

    1.6.7

    Date

    30/06/2022
    See more

    Declaration

    Swift

    public extension NSLayoutAnchor
  • The alpha value of different states

    Author

    Adamas

    Version

    1.8.0

    Date

    24/05/2022
    See more

    Declaration

    Swift

    public extension CGFloat
  • Access the view hierachy in a window.

    Version

    1.9.0

    Date

    11/04/22

    Author

    Adamas
    See more

    Declaration

    Swift

    public extension UIWindow