DOFavoriteButton
DOFavoriteButton copied to clipboard
Cute Animated Button written in Swift.
I Need all it's work on every time.. and When i Click the Like DOFavoriteButton the Profile image also Has to be blinked... The Profile Image Getting blinked into After...
Hey. I do not seem to find a way to keep the button state if user has changed view or terminated the app? I think it is even harder if...
Swift3
I had a UITableViewCell with 3 DOFavoriteButtons and some UILabels yet my scrolling performance was abysmal. I hid the 3 DOFavoriteButtons and my scrolling performance was silky smooth. I really...
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...
2016-04-13 18:29:02.168 DOFavoriteButton-DEMO[1303:41281] -[DOFavoriteButton.DOFavoriteButton select:]: unrecognized selector sent to instance 0x7fd032c361b0 2016-04-13 18:29:02.172 DOFavoriteButton-DEMO[1303:41281] **\* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[DOFavoriteButton.DOFavoriteButton select:]: unrecognized selector sent to instance...
I get a few warnings saying that the selectors need to change form: self.addTarget(self, action: "touchDown:", forControlEvents: UIControlEvents.TouchDown) self.addTarget(self, action: "touchUpInside:", forControlEvents: UIControlEvents.TouchUpInside) self.addTarget(self, action: "touchDragExit:", forControlEvents: UIControlEvents.TouchDragExit) self.addTarget(self, action:...