RetryTableViewCell
public final class RetryTableViewCell: UITableViewCell
RetryTableViewCell holds a reload function that can be used to trigger reloads on attached viewModels data source
-
Function to execute when tapping ‘retry’ button.
Declaration
Swift
@objc public var reload: (() -> ())?