Table of Contents
- AAFloatingButton
- Description
- Demonstration
- Requirements
- Installation
- CocoaPods
- Carthage
- Manual Installation
- Contributions & License
#AAFloatingButton
##Description
AAFloatingButton is floating action button component of material design for iOS. It has ripple effect same as per the material design.
##Demonstration
To run the example project, clone the repo, and run pod install
from the Example directory first.
##Requirements
- iOS 8.0+
- Xcode 8.0+
Installation
AAFloatingButton
can be installed using CocoaPods, Carthage, or manually.
##CocoaPods
AAFloatingButton
is available through CocoaPods. To install CocoaPods, run:
$ gem install cocoapods
Then create a Podfile with the following contents:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
target '<Your Target Name>' do
pod 'AAFloatingButton', '~> 1.2'
end
Finally, run the following command to install it:
$ pod install
##Carthage
To install Carthage, run (using Homebrew):
$ brew update
$ brew install carthage
Then add the following line to your Cartfile:
github "EngrAhsanAli/AAFloatingButton" "master"
Then import the library in all files where you use it:
import AAFloatingButton
##Manual Installation
If you prefer not to use either of the above mentioned dependency managers, you can integrate AAFloatingButton
into your project manually by adding the files contained in the Classes folder to your project.
#Contributions & License
AAFloatingButton
is available under the MIT license. See the LICENSE file for more info.
Pull requests are welcome! The best contributions will consist of substitutions or configurations for classes/methods known to block the main thread during a typical app lifecycle.
I would love to know if you are using AAFloatingButton
in your app, send an email to Engr. Ahsan Ali