TagsTableViewCell
public final class TagsTableViewCell : UITableViewCell
extension TagsTableViewCell : UICollectionViewDelegate
extension TagsTableViewCell : UICollectionViewDataSource
extension TagsTableViewCell : UICollectionViewDelegateFlowLayout
-
Declaration
Swift
public override func awakeFromNib() -
Declaration
Swift
public func setTapAction(action: ((String) -> Void)?) -
Declaration
Swift
public func setTags(tags: [String]) -
Declaration
Swift
public func cellHeight() -> CGFloat -
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) -
Declaration
Swift
public func numberOfSections(in collectionView: UICollectionView) -> Int -
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int -
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell -
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize -
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, insetForSectionAt section: Int) -> UIEdgeInsets -
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat -
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat
TagsTableViewCell Class Reference