PostActionsTableViewCell
open class PostActionsTableViewCell : UITableViewCell, NibReusable
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet public weak var replyButton: UIButton! -
Undocumented
Declaration
Swift
@IBOutlet public weak var repostButton: RepostButton! -
Undocumented
Declaration
Swift
@IBOutlet public weak var likeButton: LikeButton! -
Undocumented
Declaration
Swift
open override func awakeFromNib() -
Undocumented
Declaration
Swift
open override func prepareForReuse() -
Undocumented
Declaration
Swift
open func reset()
-
Undocumented
Declaration
Swift
public func updateReply(commentsCount: Int, action: UIControl.Action? = nil) -
Undocumented
Declaration
Swift
public func updateRepost(isReposted: Bool, repostsCount: Int, action: UIControl.Action? = nil) -
Undocumented
Declaration
Swift
public func updateLike(isLiked: Bool, likesCount: Int, action: UIControl.Action? = nil)
-
Undocumented
Declaration
Swift
public func updateRepost<T: ActivityProtocol, U: UserProtocol>(presenter: ActivityPresenter<T>, targetFeedId feedId: FeedId, userTypeOf userType: U.Type, _ completion: @escaping ReactionButton.ErrorCompletion) where T.ReactionType == GetStream.Reaction<ReactionExtraData, U> -
Undocumented
Declaration
Swift
public func updateLike<T: ActivityProtocol, U: UserProtocol>(presenter: ActivityPresenter<T>, userTypeOf userType: U.Type, _ completion: @escaping ReactionButton.ErrorCompletion) where T.ReactionType == GetStream.Reaction<ReactionExtraData, U>
View on GitHub
PostActionsTableViewCell Class Reference