Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dominatorvbn/materialpushbutton

A UiView class of custom button with animation
https://github.com/dominatorvbn/materialpushbutton

hacktoberfest hacktoberfest-accepted hacktoberfest2022 ios-swift material-design pods

Last synced: 3 months ago
JSON representation

A UiView class of custom button with animation

Awesome Lists containing this project

README

        

# MaterialPushButton

MaterialPushButton is a custom UIButton.
This is a designed alternative for native controll Stepper.

### Prerequisites
1. Xcode 9+
2. ios 11.0+
3. swift 4+
4. Cocopods.

## Installing
### CocoaPods

[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:

```bash
$ gem install cocoapods
```

> CocoaPods 1.1.0+ is required to build GradientGraphView.

To integrate MaterialPushButton into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '' do
pod 'MaterialPushButton'
end
```

Then, run the following command:

```bash
$ pod install
```

## Usage

Drag A UIButton into view of your view controller, assign it custom class MaterialPushButton to Button.
![](https://github.com/DominatorVbN/MaterialPushButton/blob/master/MaterialPushButton.gif)
![](https://github.com/DominatorVbN/MaterialPushButton/raw/master/MaterialPushButtonDemo.gif)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details