You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for greate library.
I use DOFavoriteButton to UITableViewCell. And I use autolayout.
I change the button image per cell, because each cell have each state.
Then, it takes long time to display the button.
Do you have any idea?
this is snnipet of set data to cell.
func setPostData(post:Post){self.post = post
if post.myLikeCount <5{
likeIconImageView.imageColorOff =UIColor.myPinkColor()
likeIconImageView.image =UIImage(named:"fav")}else{
likeIconImageView.imageColorOff =UIColor.mySecondaryColor()
likeIconImageView.image =UIImage(named:"fav_disabled")}}
The text was updated successfully, but these errors were encountered:
Thanks for greate library.
I use DOFavoriteButton to UITableViewCell. And I use autolayout.
I change the button image per cell, because each cell have each state.
Then, it takes long time to display the button.
Do you have any idea?
this is snnipet of set data to cell.
The text was updated successfully, but these errors were encountered: