RAMCell
public class RAMCell: UICollectionViewCell, ConfigurableCell
RAMCell
Example configurable cell
-
Proxy call to superclass init.
Declaration
Swift
required public init?(coder aDecoder: NSCoder)
Parameters
coder
NSCoder
instance proxied to superview. -
Proxy call to superclass init.
Declaration
Swift
public override init(frame: CGRect)
Parameters
frame
Rect of cell, proxied to superview.
-
Visual appearance theme
Declaration
Swift
public var theme: Theme = RAMTheme.sharedTheme
-
Applies string data to the label text property
Declaration
Swift
public func configureCell(string: String)
Parameters
string
String to show in the cell