All Projects → alkhokhlov → Progressbutton

alkhokhlov / Progressbutton

Licence: mit
Custom ProgressButton

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Progressbutton

Hhcustomcorner
Awesome library to customize corners of UIView and UIButton. Now you can customize each corner differently
Stars: ✭ 36 (-30.77%)
Mutual labels:  custom, button, uibutton
TezButton
TezButton is include Title/Backgound Color, border, corner radius options and Bottom/Left label, Include data button.
Stars: ✭ 20 (-61.54%)
Mutual labels:  custom, uibutton, button
RTIconButton
A Interface Builder configurable UIButton with a image icon
Stars: ✭ 40 (-23.08%)
Mutual labels:  uibutton, button
YTAnimation
iOS动画集锦, swift, 核心动画, 基础动画,关键帧动画, 组动画, 过渡动画, 进度条,项目案例.
Stars: ✭ 60 (+15.38%)
Mutual labels:  progress, coreanimation
Lemniscate
An easy way to make your progress view nice and sleek.
Stars: ✭ 420 (+707.69%)
Mutual labels:  custom, progress
Animatedgraph
Animated Graph which you can include in your application to show information in more attractive way
Stars: ✭ 162 (+211.54%)
Mutual labels:  custom, coreanimation
AnimatedButton
UIButton subclass which performs animation on selection
Stars: ✭ 16 (-69.23%)
Mutual labels:  uibutton, button
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 (+1800%)
Mutual labels:  progress, button
Vue Progress Button
Animated button for VueJS
Stars: ✭ 71 (+36.54%)
Mutual labels:  progress, button
React Progress Button
🌀 Simple react.js component for an inline progress indicator
Stars: ✭ 516 (+892.31%)
Mutual labels:  progress, button
Buttonprogressbar Ios
A small and flexible (well documented) UIButton subclass with animated loading progress, and completion animation.
Stars: ✭ 479 (+821.15%)
Mutual labels:  progress, uibutton
Pmsuperbutton
🔥 PMSuperButton is a powerful UIButton coming from the countryside, but with super powers! 😎
Stars: ✭ 653 (+1155.77%)
Mutual labels:  button, uibutton
Androidbuttonprogress
Provides download button progress view for android
Stars: ✭ 166 (+219.23%)
Mutual labels:  progress, button
Swift project
原OC项目用swift实现,纯swift项目,可作为学习swift的demo,包含多个自定义控件,并且进行封装网络请求库,结构清晰。
Stars: ✭ 133 (+155.77%)
Mutual labels:  progress, button
Zwmusicdownloadview
精仿唱吧App音乐下载进度按钮,完美快速集成使用(A beautiful musical download progress button which can show the progress and click to play Music after finishing)
Stars: ✭ 88 (+69.23%)
Mutual labels:  progress, button
Gradient Widgets
Flutter widgets wrapped with gradients
Stars: ✭ 290 (+457.69%)
Mutual labels:  progress, button
Emspinnerbutton
UIButton sublcass with loading animation
Stars: ✭ 117 (+125%)
Mutual labels:  button, uibutton
Lgbutton
A fully customisable subclass of the native UIControl which allows you to create beautiful buttons without writing any line of code.
Stars: ✭ 2,216 (+4161.54%)
Mutual labels:  button, uibutton
Shinebutton
This is a UI lib for Android. Effects like shining.
Stars: ✭ 4,105 (+7794.23%)
Mutual labels:  custom, button
Aiflatswitch
Nicely animated flat design switch alternative to UISwitch
Stars: ✭ 904 (+1638.46%)
Mutual labels:  custom, button

ProgressButton

Custom button which you can simply use in your projects

  1. All you need is to download folder ProgressButton and import it to your project
  2. Add any UIButton on you controller and make 2x sized hieght button of expected height
  3. In Interface Builder assign class to any UIButton as ProgressButton
  4. Make IBOutlet of the button
  5. To start animation just call animate() method of the button
  6. Bind downloaded information to progress property

Also you could assign cornerRadius property

If you have problems, just look at the example of usage in ViewController.swift

Realization of own view on ProgressButton of this gif

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