项目作者: mruvim

项目描述 :
Simple button with loading animation
高级语言: Swift
项目地址: git://github.com/mruvim/SimpleLoadingButton.git
创建时间: 2016-07-14T07:00:07Z
项目社区:https://github.com/mruvim/SimpleLoadingButton

开源协议:MIT License

下载


SimpleLoadingButton

Simple button with loading animation

Version
License
Platform

SimpleLoadingButton

Installation

CocoaPods:

  1. pod 'SimpleLoadingButton', '~> 0.4'

and

  1. $ pod install

Manual:

Add files from SimpleLoadingButton/Classes/* to your project

Version 0.4 has breaking changes. Deployment target updated to iOS 11

Version 0.3 has breaking changes. Deployment target updated to iOS 9

How to use it

  1. Add view in IB, change class to SimpleLoadingButton
  2. Style button properties in IB Inspector
  3. Create IBAction from control, action will be fired on .touchUpInside

To view sample project run pod try SimpleLoadingButton in terminal

Requirements

Version 0.4+ requires Swift 4.2

Compatible with iOS 11+

Contribution

Found a bug? Please create an issue

Pull requests are welcome

Contact

Ruvim Miksanskiy
Email

License (MIT)

Copyright (c) 2016 - Ruvim Miksanksiy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.