Classes
The following classes are available globally.
-
See moreSKButton
is a subclass ofUIButton
that enables setting different background color for different states.Declaration
Swift
open class SKButton : UIButton
-
An image based checkbox.
See moreDeclaration
Swift
open class SKCheckbox : UIControl
-
See moreSKImageButton
is s subclass ofUIButton
where different states have the same image with a different customizable opacity.Declaration
Swift
open class SKImageButton : UIButton
-
A
See moreUITextField
subclass that is invisible. This can be used where invisible text needs to be inserted in order to invoke other actions.Declaration
Swift
public class SKInvisibleTextField : UITextField
-
See moreSKTextButton
is a subclass ofUIButton
that has no background and only a centered text.Declaration
Swift
open class SKTextButton : UIButton