Classes
The following classes are available globally.
-
Undocumented
See more
-
Undocumented
See more
-
UITableViewCell subclass.
This cell used by
ElongationViewController
. Cell can be expanded and used for transition toElongationDetailViewController
.Can only be configured from ’.xib’ or Storyboard.
See moreDeclaration
Swift
open class ElongationCell : UITableViewCell, Expandable
-
Provides transition animations between
See moreElongationViewController
&ElongationDetailViewController
.Declaration
Swift
public class ElongationTransition : NSObject
-
Expanded copy of
See moreElongationCell
.Declaration
Swift
open class ElongationHeader : UIView, Expandable
-
UITableViewController subclass.
This is the
See moreroot
view controller which displays vertical stack of cards. Each card in stack can be expanded.Declaration
Swift
open class ElongationViewController : SwipableTableViewController