Like button animation similar to Zhihu

Like button animation similar to Zhihu

Source code introduction:

NumberScrollAnimatedView.swift This file encapsulates the animation effect similar to the counter and can be used separately.

The ZanButton.swift file encapsulates the entire like animation process. Just find a UIView and set it to this class.

For details, please see the project's comments and examples.

PS PopView with arrows has not been implemented yet, it should not be difficult. I will continue to improve it next time

Source code effect:

Source code snippet:

  1. <br>
  2. <br>
  3. /**<br>
  4. * Set the like action<br>
  5. */ <br>
  6. zanView.zanAction = {(zhanNumber)->Void in<br>
  7. self.label.text = "(zhanNumber)" <br>
  8. self.label.textColor = UIColor(red: 0.098 , green: 0.565 , blue: 0.827 , alpha: 1 )<br>
  9. }<br>
  10. <br>
  11. /**<br>
  12. * Set the action to cancel the like<br>
  13. */ <br>
  14. zanView.unzanAction = {(zhanNumber)->Void in<br>
  15. self.label.text = "(zhanNumber)" <br>
  16. self.label.textColor = UIColor.blackColor()<br>
  17. }<br>
  18. <br>
  19. //Set the initial value<br>  
  20. zanView.initNumber = 5 <br>
  21. <br>

Download address: http://download..com/data/2070284

<<:  Material Design: Flat but not level

>>:  A brief analysis of the conspiracy theory behind the App Store's 1 Yuan selection

Recommend

Please parents, stop saving! These 7 summer illnesses are caused by saving...

One minute with the doctor, the postures are cons...

How do keywords leverage big accounts? Point 5 is the most important!

During the just-passed Double 11, traffic and con...

Kuaishou Account Practical Operation Guide

1. How to formulate an operation plan for a new a...

This is a versatile activity plan!

A universal activity plan , so you don’t have to ...

Forget 100k+! Marketing trends I learned in the United States

Today, Chinese companies are facing more and more...

Microsoft is working on Android Launcher

[[142899]] Microsoft is currently developing a la...

In the wave of madness and impetuousness, will Apple fall behind the 5G era?

Some time ago, China Mobile announced that the fi...

5 core steps to acquire app users

Many startups are interested in trying to discove...