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

Apple iPad lost to "free"

Once the iPad was launched, it posed a great thre...

Understand "World Traditional Medicine Day" in 80 seconds!

I am Dongdongmiao. World Traditional Medicine Day...

Programmer's nightmare: Are you afraid of encountering such a bug?

[[156934]] The bug is this: This bug only occurs ...

A good place to drink tea in the three towns of Wuhan

Wuhan Tea Tasting Contact Information I strongly ...

Is 360 information flow advertising effective for men?

As a search engine media advertising platform, 36...

Some security issues in Android development: Activity

1. The activities used within this app must be se...

How can you make a product go viral even with minimal advertising?

Why is it that even though some products are rare...

APP promotion method: How to get downloads for free?

When promoting an APP, there is a method that is ...

5 ways to screen high-quality channels in App promotion

The previous article "How to Find More than ...

9 cases and 12 methods to obtain seed users

Regarding seed users , there are several concepts...