Classes
The following classes are available globally.
-
See moreSKButtonis a subclass ofUIButtonthat 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 moreSKImageButtonis s subclass ofUIButtonwhere different states have the same image with a different customizable opacity.Declaration
Swift
open class SKImageButton : UIButton
-
A
See moreUITextFieldsubclass 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 moreSKTextButtonis a subclass ofUIButtonthat has no background and only a centered text.Declaration
Swift
open class SKTextButton : UIButton
View on GitHub
Classes Reference