Like effect button

Like effect button

Source code introduction: A button with the same effect as the like button in most applications, very convenient to use

Source code renderings:

Source code snippet:

  1. <br>
  2. <br>
  3. # import   "CatZanButton" <br>
  4. <br>
  5. CatZanButton *zanBtn=[[CatZanButton alloc] initWithFrame:CGRectMake( 0 , 0 , 50 , 50 ) zanImage:[UIImage imageNamed:@ "Zan" ] unZanImage:[UIImage imageNamed:@ "UnZan" ]];<br>
  6. [zanBtn setCenter:self.view.center];<br>
  7. [self.view addSubview:zanBtn];<br>
  8. <br>
  9. [zanBtn setClickHandler:^(CatZanButton *zanButton) {<br>
  10. if (zanButton.isZan) {
  11. //Do something<br>  
  12. } else {<br>
  13. //Do something<br>  
  14. }<br>
  15. }];<br>
  16. <br>

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

<<:  Xiaomi Vice President: Open-sourcing Android is the smartest decision Google has made

>>:  Top sliding menu FDSlideBar

Recommend

How to stimulate user pain points in brand planning?

Introduction: The first time the practice of magn...

This type of developer should not get involved in Apple Watch development

[[129320]] The arrival of Apple Watch seems to be...

Tips on how to get an operational plan with millions of PVs!

There are two types of information platforms on t...

Episode 11 of Aiti Tribe Clinic: How to check 30 million data in seconds

【51CTO.com original article】 Activity description...

8 ways to make your app icon stand out

The app icon plays a very important role in the c...

Super practical event planning and promotion methodology!

Event planning is one of the basic operational ca...

Tips for increasing followers for UP hosts on Bilibili!

Creators are prone to face the dilemma of unclear...

Countly 15.3 beta released, mobile app statistics analysis

Countly 15.3 beta is released. This version has t...

Beautiful menu animation

Source code introduction You can add beautiful an...

WeChat Reading Product Analysis Report

WeChat Reading is one of the most popular reading...