UITableView
extension UITableView
-
The registration of all table view cells from Activity Feed Components.
Declaration
Swift
public func registerCells()
-
Dequeue reusable activity feed post cells with a given indexPath and activity presenter.
Declaration
Swift
public func postCell<T: ActivityProtocol>(at indexPath: IndexPath, presenter: ActivityPresenter<T>) -> UITableViewCell? where T.ActorType: UserNameRepresentable, T.ReactionType: ReactionProtocolParameters
indexPaththe index path of the requested cell.
presenterthe
ActivityPresenterfor the requested cell.
View on GitHub
UITableView Extension Reference