Classes

The following classes are available globally.

  • Defines an Animation object with multiple animations to be played.

    See more

    Declaration

    Swift

    public class ChainedAnimation : AnimationType
  • Concatenate different affine transformations in one single transformation.

    See more

    Declaration

    Swift

    public class MixedAnimation : AnimationType
  • Concatenate different animations.

    See more

    Declaration

    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.

    Warning

    You are not supposed to change or use constraints with this view, that has already been handled for you.
    See more

    Declaration

    Swift

    public class BorderView : UIView
  • Represents a UIView loaded from a Xib file.

    See more

    Declaration

    Swift

    open class NibView : UIView
  • UIViewController that allows loading, stacking and removing different ViewControllers in a single view.

    See more

    Declaration

    Swift

    open class ScrollStackViewController : UIViewController