Simple Loading Button Very easy to use
platform :ios, "7.0"
pod 'SLButton', '~> 0.0.1'
import "SLButton.h"
Optional Properties :
- AnimationDuration ( animation duration )
- DisableWhileLoading ( disable button while loading )
[button_object showloading] // to loading mode
[button_object hideLoading] // to normal mode
- iOS >= 7.0
Ali Pourhadi, [email protected]
SLButton is available under the MIT license. See the LICENSE file for more info.