Skip to content

Simple framework that contains button which shows loading progress inside buttons rect

License

Notifications You must be signed in to change notification settings

aatanac/ProgressButton

Repository files navigation

ProgressButton

CI Status Version License Platform

Example

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

Requirements

Because of current error in Cocoapod please insert this chunk of code if you want to use IBDesignable. CocoaPods/CocoaPods#7606 (comment)

post_install do |installer|
    installer.pods_project.build_configurations.each do |config|          
      config.build_settings.delete('CODE_SIGNING_ALLOWED')
      config.build_settings.delete('CODE_SIGNING_REQUIRED')
    end
end

Installation

ProgressButton is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ProgressButton'

Author

aatanac, aatanac@gmail.com

License

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

About

Simple framework that contains button which shows loading progress inside buttons rect

Resources

License

Stars

Watchers

Forks

Packages

No packages published