All Projects → YahyaBagia → YBPulseButton

YahyaBagia / YBPulseButton

Licence: MIT license
A Custom button that pulses.

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to YBPulseButton

React Native Really Awesome Button
React Native button component. Awesome Button is a 3D at 60fps, progress enabled, social ready, extendable, production ready component that renders an awesome animated set of UI buttons. 📱
Stars: ✭ 988 (+3087.1%)
Mutual labels:  button, animated
Aiflatswitch
Nicely animated flat design switch alternative to UISwitch
Stars: ✭ 904 (+2816.13%)
Mutual labels:  button, animated
Animatedpencil
Animated Pencil Action view for Android
Stars: ✭ 61 (+96.77%)
Mutual labels:  button, animated
React Awesome Button
React button component. Awesome button is a 3D UI, progress, social and share enabled, animated at 60fps, light weight, performant, production ready react UI button component. 🖥️ 📱
Stars: ✭ 943 (+2941.94%)
Mutual labels:  button, animated
React Native Submit Button
Animated Submit button. Works on both android and ios.
Stars: ✭ 124 (+300%)
Mutual labels:  button, animated
liquid button
Liquify your buttons, web demo at website
Stars: ✭ 18 (-41.94%)
Mutual labels:  button
JPPack
A collection of VCL/LCL components for Delphi/Lazarus - buttons, panels, LinkLabel, ProgressBar, ColorComboBox, ColorListBox, Timer and other
Stars: ✭ 99 (+219.35%)
Mutual labels:  button
IrregularGradient
Create animated irregular gradients in SwiftUI.
Stars: ✭ 127 (+309.68%)
Mutual labels:  animated
react-native-card-button
Fully customizable Card Button via Paraboly for React Native.
Stars: ✭ 16 (-48.39%)
Mutual labels:  button
GlowButton
Beautify your layouts with glowing buttons. Support with a ⭐️ Contributions are welcome! 🙌
Stars: ✭ 54 (+74.19%)
Mutual labels:  button
bemto-button
Foundation for complex reusable buttons in React
Stars: ✭ 18 (-41.94%)
Mutual labels:  button
AnimatedPullToRefresh-master
A Cool pull to refresh widget provided with character animation in header with user defined text. Customise your widget and show off your home screen!!
Stars: ✭ 38 (+22.58%)
Mutual labels:  animated
TextViewPlus
an android library for setting custom font in xml layout
Stars: ✭ 27 (-12.9%)
Mutual labels:  button
LuminousNewTab
Luminous New Tab is a beautiful 'new tab' browser extension that has an animated gradient background! New tabs will show your bookmarks, the time, weather and let you do searches too!
Stars: ✭ 18 (-41.94%)
Mutual labels:  animated
react-native-flat-button
Flat button component for react-native
Stars: ✭ 26 (-16.13%)
Mutual labels:  button
AnimatedButton
UIButton subclass which performs animation on selection
Stars: ✭ 16 (-48.39%)
Mutual labels:  button
Steam-Scripts
Steam userscripts
Stars: ✭ 76 (+145.16%)
Mutual labels:  animated
Rippleable
Ripple-Effecting Button in Swift, Inspired by material ios design.
Stars: ✭ 22 (-29.03%)
Mutual labels:  button
buttono
A flexible Sass mixin for creating BEM-style buttons.
Stars: ✭ 82 (+164.52%)
Mutual labels:  button
vuelongpress
Confirmation button for sensitive action, which requires to be hold for an amount of seconds
Stars: ✭ 75 (+141.94%)
Mutual labels:  button

YBPulseButton

A Custom button that pulses. It is an Objective-C port of KDPulseButton.

Screenshot

Installation

  • Copy YBPulseButton.h & YBPulseButton.m files into XCode Project.

Usage

  • Add a UIButton on XIB / Storyboard from Interface Builder and change its class from UIButton to YBPulseButton.

  • Customize its properties through Attribute Inspector.

  • There are a few properties you may change:

    • pulseColor : the color of the pulse
    • pulseRadius : the radius of the pulse
    • pulseDuration : the duration of the pulse animation in seconds
    • buttonColor : the color of the button
    • cornerRadius : the radius of the button view

Requirements

iOS 7.0+

License

MIT License

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