Classes
The following classes are available globally.
-
Defines an Animation object with multiple animations to be played.
See moreDeclaration
Swift
public class ChainedAnimation : AnimationType -
Concatenate different affine transformations in one single transformation.
See moreDeclaration
Swift
public class MixedAnimation : AnimationType -
Concatenate different animations.
See moreDeclaration
Swift
public class SimpleAnimation : AnimationType -
Represents a UIView that is used to create a border to another view.
You can obtain a BorderView by using
add(top/bottom/left/right:, offsets:, useConstraints:)functions. But the only changes you are expected to do with it are: hide or show it, change its color, its alpha or other properties.See moreWarning
You are not supposed to change or use constraints with this view, that has already been handled for you.Declaration
Swift
public class BorderView : UIView -
Represents a UIView loaded from a Xib file.
See moreDeclaration
Swift
open class NibView : UIView -
UIViewController that allows loading, stacking and removing different ViewControllers in a single view.
See moreDeclaration
Swift
open class ScrollStackViewController : UIViewController
Classes Reference