All Projects → Jovins → Loaderbutton

Jovins / Loaderbutton

Licence: mit
LoaderButton is a very interesting animation loading button.

Programming Languages

swift
15916 projects
swift4
162 projects

Projects that are alternatives of or similar to Loaderbutton

Ssspinnerbutton
Forget about typical stereotypic loading, It's time to change. SSSpinnerButton is an elegant button with a diffrent spinner animations.
Stars: ✭ 357 (+1778.95%)
Mutual labels:  cocoapods, animations, loading, uibutton
Aaviewanimator
AAViewAnimator is a set of animations designed for UIView, UIButton, UIImageView with options in iOS, written in Swift.
Stars: ✭ 33 (+73.68%)
Mutual labels:  cocoapods, animations, uibutton
Transitionbutton
UIButton sublass for loading and transition animation.
Stars: ✭ 1,124 (+5815.79%)
Mutual labels:  cocoapods, loading, uibutton
Closures
Swifty closures for UIKit and Foundation
Stars: ✭ 1,720 (+8952.63%)
Mutual labels:  cocoapods, uibutton
Dtgradientbutton
Easy way to set gradient background to your buttons.
Stars: ✭ 76 (+300%)
Mutual labels:  cocoapods, uibutton
Emspinnerbutton
UIButton sublcass with loading animation
Stars: ✭ 117 (+515.79%)
Mutual labels:  cocoapods, uibutton
SSSwiftUISpinnerButton
SSSwiftUISpinnerButton is a collection of various spinning animations for buttons in SwiftUI.
Stars: ✭ 37 (+94.74%)
Mutual labels:  loading, animations
Swiftyanimate
Composable animations in Swift
Stars: ✭ 194 (+921.05%)
Mutual labels:  cocoapods, animations
Xamarin.Android.AVLoadingIndicatorView
🔰 AVLoadingIndicatorView is a collection of nice loading animations for Xamarin.Android.
Stars: ✭ 26 (+36.84%)
Mutual labels:  loading, animations
Ppcounter
iOS与macOS中一款优雅的数字/金额增减动效组件
Stars: ✭ 451 (+2273.68%)
Mutual labels:  cocoapods, uibutton
Buttonprogressbar Ios
A small and flexible (well documented) UIButton subclass with animated loading progress, and completion animation.
Stars: ✭ 479 (+2421.05%)
Mutual labels:  loading, uibutton
Loadingshimmer
An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.
Stars: ✭ 1,180 (+6110.53%)
Mutual labels:  cocoapods, animations
Badgehub
A way to quickly add a notification badge icon to any view. Make any view of a full-fledged animated notification center.
Stars: ✭ 592 (+3015.79%)
Mutual labels:  cocoapods, animations
Fluky
🎲 Loading based on random icons
Stars: ✭ 136 (+615.79%)
Mutual labels:  cocoapods, loading
Swifticonfont
Icons fonts for iOS (Font Awesome 5, Iconic, Ionicon, Octicon, Themify, MapIcon, MaterialIcon, Foundation 3, Elegant Icon, Captain Icon)
Stars: ✭ 1,094 (+5657.89%)
Mutual labels:  cocoapods, uibutton
react-bones
💀 Dead simple content loading components for React and React-Native. 💀
Stars: ✭ 42 (+121.05%)
Mutual labels:  loading, animations
React Native Animated Spinkit
A collection of loading indicators for React Native
Stars: ✭ 186 (+878.95%)
Mutual labels:  animations, loading
Skeletonui
☠️ Elegant skeleton loading animation in SwiftUI and Combine
Stars: ✭ 275 (+1347.37%)
Mutual labels:  cocoapods, loading
Haptica
Easy Haptic Feedback Generator 📳
Stars: ✭ 587 (+2989.47%)
Mutual labels:  cocoapods, uibutton
Pmsuperbutton
🔥 PMSuperButton is a powerful UIButton coming from the countryside, but with super powers! 😎
Stars: ✭ 653 (+3336.84%)
Mutual labels:  animations, uibutton

LoaderButton

Version pod build License platform

LoaderButton

Example

  • To run the example project, clone the repo, and run pod install from the Example directory first.

Screenshots

LoaderButton

Requirements

  • iOS 9.0 or later
  • Swift 3.0 or later

Installation

  • LoaderButton is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'LoaderButton'
import UIKit
import LoaderButton
  • Usage example
/// start animation
button.startAnimate(loaderType: .rotateChase, loaderColor: .white, complete: nil)

/// stop animation
button.stopAnimate(complete: nil)

Author

[email protected]

License

  • LoaderButton is available under the MIT license. See the LICENSE file for more info.

Inspired

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