All Projects → EngrAhsanAli → Aaextensions

EngrAhsanAli / Aaextensions

Licence: mit
Useful Extensions!

Programming Languages

swift
15916 projects
swift4
162 projects

Projects that are alternatives of or similar to Aaextensions

Weibo Picture Store
🖼 新浪微博图床 Chrome/Firefox 扩展,支持同步到微相册
Stars: ✭ 624 (+3020%)
Mutual labels:  extension
Active interaction Extras
Useful extensions for active_interaction gem
Stars: ✭ 18 (-10%)
Mutual labels:  extension
Exkeyboard
3rd-party keyboard anywhere.
Stars: ✭ 10 (-50%)
Mutual labels:  extension
Javascript
a chrome extension,game for javascript
Stars: ✭ 5 (-75%)
Mutual labels:  extension
Vs Freemarker
FreeMarker language colorization extension for Visual Studio Code
Stars: ✭ 17 (-15%)
Mutual labels:  extension
Decreased Productivity
Discreetly surf the web! Control exactly how you want web pages to look like.
Stars: ✭ 22 (+10%)
Mutual labels:  extension
Nighttab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
Stars: ✭ 598 (+2890%)
Mutual labels:  extension
Ext Saladict
🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
Stars: ✭ 8,418 (+41990%)
Mutual labels:  extension
Blockly Gamepad
A Blockly extension designed to develop games (made with love ❤)
Stars: ✭ 18 (-10%)
Mutual labels:  extension
Snipsnap
The ultimate snippets collection for VS Code
Stars: ✭ 840 (+4100%)
Mutual labels:  extension
Group by.ext.ee addon
An ExpressionEngine 2.x extension to add 'group by' support to the channel:entries tag pair.
Stars: ✭ 6 (-70%)
Mutual labels:  extension
Rung Cli
Command line tool for Rung
Stars: ✭ 17 (-15%)
Mutual labels:  extension
Mas Vendidos
⬇️ Sorts MercadoLibre items by most selled
Stars: ✭ 23 (+15%)
Mutual labels:  extension
Weakauras2
World of Warcraft addon that provides a powerful framework to display customizable graphics on your screen.
Stars: ✭ 731 (+3555%)
Mutual labels:  extension
Findergo
🐢 Open terminal quickly from Finder
Stars: ✭ 862 (+4210%)
Mutual labels:  extension
Vscode Todo Plus
Manage todo lists with ease. Powerful, easy to use and customizable.
Stars: ✭ 622 (+3010%)
Mutual labels:  extension
Mdx linkify
Link recognition for Python Markdown
Stars: ✭ 18 (-10%)
Mutual labels:  extension
Shrinktome
📘Shrink facebook by 5% every 10th second. You're welcome!
Stars: ✭ 15 (-25%)
Mutual labels:  extension
Azure Devops Pr Templates
Templates for VSTS pull requests.
Stars: ✭ 12 (-40%)
Mutual labels:  extension
Summernote
Summernote extension for laravel-admin
Stars: ✭ 24 (+20%)
Mutual labels:  extension

Table of Contents

#AAExtensions

Swift 5.0 Carthage compatible CocoaPods License MIT Build Status License MIT CocoaPods AA-Creations Country

##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+

Installation

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.

#Getting Started

AAExtensions List

Designables
Extensions
Modules

#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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].