Type Aliases
The following type aliases are available globally.
-
Undocumented
Declaration
Swift
public typealias AttributedString = NSMutableAttributedString
-
Undocumented
Declaration
Swift
public typealias AttributedStringKey = NSAttributedString.Key
-
Undocumented
Declaration
Swift
public typealias StringAttributes = [AttributedStringKey : Any]
-
Simple typealias for UIBarButtonItem
Declaration
Swift
public typealias BarButton = UIBarButtonItem
-
Undocumented
Declaration
Swift
public typealias CollectionViewCell = DataIdentifiable & CellConfigurable & CellUpdatable & UICollectionViewCell
-
Undocumented
Declaration
Swift
public typealias TableViewCell = DataIdentifiable & CellConfigurable & CellUpdatable & UITableViewCell
-
Undocumented
Declaration
Swift
public typealias TableHeaderFooterViewHandler = (Int) -> UIView?
-
Undocumented
Declaration
Swift
public typealias TableDidSelectIndexPathHandler = (IndexPath) -> Void
-
Undocumented
Declaration
Swift
public typealias TableHighlightIndexPathHandler = (IndexPath) -> Bool