All Projects → Mr-yuwei → Yeebadge

Mr-yuwei / Yeebadge

Licence: MIT License
badgeView for UIView Inspired by WZLBadge,using UIImage to avoid off-screen rendering

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Yeebadge

ETBadge
A tool of swift to add or clear badge for any UIView。You can use it easily, also can custom it.
Stars: ✭ 19 (-42.42%)
Mutual labels:  badge, reddot
badge-generator
Magically generate Markdown badges for your docs 🛡️ 🦡 🧙
Stars: ✭ 104 (+215.15%)
Mutual labels:  badge
duing
😱 The progress bar / status badge of SVG generator service
Stars: ✭ 68 (+106.06%)
Mutual labels:  badge
Badges
Swift version of AXBadgeView. Show badge on any view with autolayout and animations.
Stars: ✭ 67 (+103.03%)
Mutual labels:  badge
phpbadge
A PHP library to build badges as seen in README's of many open source libraries.
Stars: ✭ 24 (-27.27%)
Mutual labels:  badge
github-profile-achievements
A collection listing all Achievements available on the GitHub profile 🏆
Stars: ✭ 1,060 (+3112.12%)
Mutual labels:  badge
Steam-Scripts
Steam userscripts
Stars: ✭ 76 (+130.3%)
Mutual labels:  badge
Expo-Badge
A design study for Expo badges
Stars: ✭ 22 (-33.33%)
Mutual labels:  badge
qpage
👨‍💻 Free Project For Creating Academic Homepage Without Any Code In 3min
Stars: ✭ 87 (+163.64%)
Mutual labels:  badge
laravel-gamify
Laravel Gamify: Gamification System with Points & Badges support
Stars: ✭ 35 (+6.06%)
Mutual labels:  badge
Badger
A badge for any drawable 🔴
Stars: ✭ 58 (+75.76%)
Mutual labels:  badge
PageSpeed-Badges
Flex your perf muscles 💪 Badges for displaying PageSpeed Insights stats
Stars: ✭ 12 (-63.64%)
Mutual labels:  badge
repo-card
😎 showcase repositories on your website 🤘!
Stars: ✭ 141 (+327.27%)
Mutual labels:  badge
Image-Support
Add badge with counter to ImageView Android.
Stars: ✭ 128 (+287.88%)
Mutual labels:  badge
ScratchPaper
A Gradle Plugin for adding variant/version/git-commit-id/etc information to APK launcher icon.
Stars: ✭ 58 (+75.76%)
Mutual labels:  badge
badge
Badges for your site to display cool badges for your projects such as downloads, license, status, ...
Stars: ✭ 14 (-57.58%)
Mutual labels:  badge
nsec-badge
Software from the NorthSec badge
Stars: ✭ 34 (+3.03%)
Mutual labels:  badge
stats-cards
在 README 中展示你在知乎,GitHub,B 站,LeetCode,掘金,CSDN,牛客等网站的数据,服务部署在 Vercel 上,保证服务稳定。Show your LeetCode & GitHub stats in GitHub Profile.
Stars: ✭ 74 (+124.24%)
Mutual labels:  badge
SuperBadge
🚀 📛 SuperBadge Android Library 🔥
Stars: ✭ 34 (+3.03%)
Mutual labels:  badge
badgecreatr
Quickly place relevant badges at the top of your readme, stop copy pasting, start on your project
Stars: ✭ 61 (+84.85%)
Mutual labels:  badge

Yeebadge


add badgeView for UIView

OverView

Support Three Style,but you don't need to know it's implementation, i haved deal with it

  • YeeBadgeRedDotStytle
  • YeeBadgeNumberStytle
  • YeeBadgeTextStytle

How to use

pod 'YeeBadgeView', '~> 0.0.4'
  • UITabBarItem
self.tabBarItem.redDotColor = [UIColor blueColor];
self.tabBarItem.redDotNumber = 100;
[self.tabBarItem ShowBadgeView];
  • UIView
m_pContentView = [[UIView alloc] initWithFrame:CGRectMake(35, 120, 100, 35)];
[m_pContentView setBackgroundColor:[UIColor blueColor]];
[m_pContentView ShowBadgeView];
[self.view addSubview:m_pContentView];
  • UIBarButtonItem
self.navigationItem.leftBarButtonItem.redDotColor = [UIColor blueColor];
self.navigationItem.leftBarButtonItem.redDotNumber = 100;
[self.navigationItem.leftBarButtonItem ShowBadgeView];

ScreenShot

2018-4-14.png

Version

日期 版本 功能
20190506 0.0.4 support borderWidth,borderColor,maxNumber
20181128 0.0.3 pod support

Thanks

nice2m

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].