Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dominatorvbn/materialpushbutton
- Owner: DominatorVbN
- License: mit
- Created: 2018-10-25T13:35:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T18:38:49.000Z (over 2 years ago)
- Last Synced: 2024-10-31T15:33:28.015Z (3 months ago)
- Topics: hacktoberfest, hacktoberfest-accepted, hacktoberfest2022, ios-swift, material-design, pods
- Language: Swift
- Homepage:
- Size: 672 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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