- AAExtensions
- Description
- Demonstration
- Requirements
- Installation
- CocoaPods
- Carthage
- Manual Installation
- Getting Started
- Contributions & License
#AAExtensions
##Description
AAExtensions are a set of UI Extensions and Helper functions for iOS applications which is written in Swift 4.2.
##Demonstration
To run the example project, clone the repo, and run pod install from the Example directory first.
##Requirements
- iOS 10.0+
- Xcode 8.0+
- Swift 4.2+
AAExtensions can be installed using CocoaPods, Carthage, or manually.
##CocoaPods
AAExtensions 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 'AAExtensions', '1.1'
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/AAExtensions" "master"
Then import the library in all files where you use it:
import AAExtensions##Manual Installation
If you prefer not to use either of the above mentioned dependency managers, you can integrate AAExtensions into your project manually by adding the files contained in the Classes folder to your project.
Designables
Extensions
Array ExtensionsCollection ExtensionsData ExtensionsDictionary ExtensionsSequence ExtensionsString Extensions
ArrayElement ExtensionsDate ExtensionsDispatchQueue ExtensionsNSAttributedString ExtensionsOptional ExtensionsPHAsset ExtensionsStringProtocol Extensions
NSLayoutConstraint ExtensionsUIApplication ExtensionsUIBarButtonItem ExtensionsUICollectionView ExtensionsUICollectionViewCell ExtensionsUIControl ExtensionsUIFont ExtensionsUIImage ExtensionsUIImageView ExtensionsUILabel ExtensionsUINavigationController ExtensionsUIRefreshControl ExtensionsUIScrollView ExtensionsUISegmentedControl ExtensionsUIStackView ExtensionsUIStoryboard ExtensionsUITabBar ExtensionsUITableView ExtensionsUITableViewCell ExtensionsUITextField ExtensionsUIView ExtensionsUIViewController Extensions
Modules
AAClosureSleeveAATimerAAUpdateModuleAADualConstantConstraintAAKeyboardLayoutConstraintAAReversibleConstraintAAStackViewSeparatorAABackButtonAALoadingButtonAARoundedButtonAACarouselFlowLayoutAAExpandableLabelAAGradientLabelAALabelParagraphAALinedLabelAATimerLabelAAVerticalAlignLabelAAFloatingTextFieldAAIconTextFieldAAPlaceholderTextViewAABorderLinesViewAACurvedViewAASegmentButton
#Contributions & License
AAExtensions 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 AAExtensions in your app, send an email to Engr. Ahsan Ali
