Skip to content

PersianDevelopers/SLButton

Repository files navigation

Screenshots

Before Loading while Loading

SLButton

Simple Loading Button Very easy to use

Installation with CocoaPods

platform :ios, "7.0"
pod 'SLButton', '~> 0.0.1'

How to Use

import "SLButton.h"

Optional Properties :

  • AnimationDuration ( animation duration )
  • DisableWhileLoading ( disable button while loading )

Methods Calling

[button_object showloading] // to loading mode

[button_object hideLoading] // to normal mode

Requirements

  • iOS >= 7.0

Author

Ali Pourhadi, ali.pourhadi@gmail.com

License

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