To run the example project, clone the repo, and run pod install
from the Example directory first.
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
ProgressButton is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'ProgressButton'
aatanac, aatanac@gmail.com
ProgressButton is available under the MIT license. See the LICENSE file for more info.