All Projects → xjh093 → JHLikeButton

xjh093 / JHLikeButton

Licence: MIT license
❤️点赞动画,点赞星星,点赞爱心,抖音点赞 ❤️

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to JHLikeButton

tailwindcss-dash-docset
TailwindCSS Dash Docset, built with the Dash Docset Builder in PHP. We needed it. 🌈️
Stars: ✭ 37 (-9.76%)
Mutual labels:  love
lovelive
💕 Live coding framework for LÖVE(2D Game Engine)
Stars: ✭ 27 (-34.15%)
Mutual labels:  love
InstaBot
Simple and friendly Bot for Instagram, using Selenium and Scrapy with Python.
Stars: ✭ 32 (-21.95%)
Mutual labels:  like
New-Star
Web. browser game engine :)
Stars: ✭ 64 (+56.1%)
Mutual labels:  star
spacehunter
❤🍳 Space Hunter is a PWA (Progressive Web App) in which the user can have access to information regarding the universe.
Stars: ✭ 15 (-63.41%)
Mutual labels:  star
stars
⭐ Keep your Github Stars fresh!
Stars: ✭ 95 (+131.71%)
Mutual labels:  star
puppy-love
A cryptographically secure couple matching platform with strong guarantees
Stars: ✭ 61 (+48.78%)
Mutual labels:  love
wildmatch
Simple string matching with questionmark- and star-wildcard operator
Stars: ✭ 37 (-9.76%)
Mutual labels:  star
prisoners
حبس از دید اعداد واقعی - Persian translation for "Incarceration in real numbers"
Stars: ✭ 22 (-46.34%)
Mutual labels:  love
nativescript-star-printer
🌟 Print directly to Star Micronics printers from your NativeScript app! http://www.starmicronics.com/
Stars: ✭ 28 (-31.71%)
Mutual labels:  star
Hacktoberfest 2021
This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
Stars: ✭ 109 (+165.85%)
Mutual labels:  star
dotfiles
Some items in /home/kiedtl/etc
Stars: ✭ 49 (+19.51%)
Mutual labels:  like
like
Let your users like your Craft website's entries, assets and any other element.
Stars: ✭ 44 (+7.32%)
Mutual labels:  like
DoubleStar
A personalized/enhanced re-creation of the Darkhotel "Double Star" APT exploit chain with a focus on Windows 8.1 and mixed with some of my own techniques
Stars: ✭ 140 (+241.46%)
Mutual labels:  star
wwwtf.berlin
wwwtf, a ~week of events organized for and by the web community
Stars: ✭ 46 (+12.2%)
Mutual labels:  love
bubble-hearts
(<3kb) 💖Bubble hearts animation.(Canvas 实现直播间点赞动画)
Stars: ✭ 44 (+7.32%)
Mutual labels:  like
openSMB2
An open source reimplementation of Super Mario Bros. 2 written in Lua and LÖVE.
Stars: ✭ 17 (-58.54%)
Mutual labels:  love
learn2love
Book for learning programming with Lua and LÖVE.
Stars: ✭ 34 (-17.07%)
Mutual labels:  love
Hacktoberfest-2021
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
Stars: ✭ 523 (+1175.61%)
Mutual labels:  star
love-atom
Smart autocompletion for the LÖVE framework in Atom.
Stars: ✭ 34 (-17.07%)
Mutual labels:  love

JHLikeButton

❤️点赞动画,点赞星星,点赞爱心,抖音点赞 ❤️


What

image


Usage

    JHLikeButton *likeButton = [[JHLikeButton alloc] init];
    likeButton.frame = CGRectMake(150, 200, 40, 40);
    likeButton.type = JHLikeButtonType_Star;
    [likeButton prepare];
    likeButton.clickBlock = ^(BOOL like) {
        if (like) {
            NSLog(@"yes");
        }else{
            NSLog(@"no");
        }
    };
    [self.view addSubview:likeButton];
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].