Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vitormesquita/mexetesion

A couple of extensions to help you code
https://github.com/vitormesquita/mexetesion

cocoa extensions foundation ios swift uikit

Last synced: about 1 month ago
JSON representation

A couple of extensions to help you code

Awesome Lists containing this project

README

        

# Mexetesion

A couple of extensions methods and variable to help you code and do not search always codes on stack overflow.

It is separete into two sections `UIKit` and `Foundation`, here you can see which classes we've developed extensions:

- UIKit
- UIView
- UIColor
- UIImage
- UIButton
- UITextField
- UIViewController
- UICollectionViewCell
- UITapGestureRecognizer
- Foudation
- Date
- Double
- String
- URL

## Installation

Cocoapods

```
pod 'Mextension'
```

Just install UIKit extensions use:
```
pod 'Mextension/UIKit'
```

Just install Foundations extensions use:
```
pod 'Mextension/Foundation'
```