Classes

The following classes are available globally.

  • The ATTextView adds various functionalities to UITextView, e.g. placeholder.

    See more

    Declaration

    Swift

    @IBDesignable public class ATTextView: UITextView
  • The ATHttpConnectionManagerResult represents the result after mapping the server response received via ATHttpConnectionManager.

    See more

    Declaration

    Swift

    public class ATHttpConnectionManagerResult: NSObject
  • The ATHttpConnectionManagerResponse represents the server response received via ATHttpConnectionManager.

    See more

    Declaration

    Swift

    public class ATHttpConnectionManagerResponse: NSObject
  • The ATHttpConnectionManager allows to interact with http server with ease.

    See more

    Declaration

    Swift

    public class ATHttpConnectionManager: NSObject
  • The ATToast creates a self dismissing pop-up that can be used to display message to the user.

    See more

    Declaration

    Swift

    public class ATToast: NSObject
  • The ATHttpConnectionManagerRequest allows to create a request for ATHttpConnectionManager.

    See more

    Declaration

    Swift

    public class ATHttpConnectionManagerRequest: NSObject
  • The ATCheckbox creates a check-box control.

    See more

    Declaration

    Swift

    public class ATCheckbox: UIControl
  • The ATProgressOverlay creates an overlay that can be used to indicate any application activity and to disable user interaction with the application for some time.

    See more

    Declaration

    Swift

    public class ATProgressOverlay: NSObject
  • The ATWindow adds various functionalities to UIWindow, e.g. dismiss keyboard on tap on screen, adjust text-field frame as per keyboard visible/hidden.

    See more

    Declaration

    Swift

    public class ATWindow: UIWindow
  • The ATHttpConnectionManagerAttachment allows to send an attachment to server via ATHttpConnectionManager.

    See more

    Declaration

    Swift

    public class ATHttpConnectionManagerAttachment: NSObject
  • The ATKit defines the core of the framework.

    See more

    Declaration

    Swift

    public class ATKit: NSObject