Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vitormesquita/mexetesion
- Owner: vitormesquita
- License: mit
- Created: 2018-09-18T14:59:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T04:59:22.000Z (over 2 years ago)
- Last Synced: 2024-10-31T16:13:15.721Z (about 2 months ago)
- Topics: cocoa, extensions, foundation, ios, swift, uikit
- Language: Swift
- Homepage:
- Size: 43 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```