Classes

The following classes are available globally.

  • SKButton is a subclass of UIButton that enables setting different background color for different states.

    See more

    Declaration

    Swift

    open class SKButton : UIButton
  • SKImageButton is s subclass of UIButton where different states have the same image with a different customizable opacity.

    See more

    Declaration

    Swift

    open class SKImageButton : UIButton
  • A UITextField subclass that is invisible. This can be used where invisible text needs to be inserted in order to invoke other actions.

    See more

    Declaration

    Swift

    public class SKInvisibleTextField : UITextField
  • SKTextButton is a subclass of UIButton that has no background and only a centered text.

    See more

    Declaration

    Swift

    open class SKTextButton : UIButton