RAMCell
public class RAMCell: UICollectionViewCell, ConfigurableCell
RAMCell
Example configurable cell
-
Proxy call to superclass init.
Declaration
Swift
required public init?(coder aDecoder: NSCoder)Parameters
coderNSCoderinstance proxied to superview. -
Proxy call to superclass init.
Declaration
Swift
public override init(frame: CGRect)Parameters
frameRect 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
stringString to show in the cell
RAMCell Class Reference