MSEssentials 0.1.3

MSEssentials 0.1.3

Maintained by Claudio Madureira Silva Filho.



  • By
  • Claudio Madureira Silva Filho

MSEssentials

License Platform

Introduction

This pod library has the purpose of make things even easier to build iOS Applications. It has extensions of almost every UIControl and the 'iPhone' class that recognize iPhones through the screen size.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Swift 4 and iOS 8.0 or higher.

Installation

MSEssentials is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MSEssentials'

For further usage, follow the steps bellow.

If you have a Bridging-Header file, add the following line.

@import MSEssentials;

If not, create a Header file to your project. Then go in Build Settings from your project and search for 'Objective-C Bridging Header'. It might be under 'Swift Compiler - General'. Put the full directory path in it. As it shows in the following picture.

github-small

Now it's just use all extensions avaible!

Author

Claudio Madureira Silva Filho, [email protected]

License

MSEssentials is available under the MIT license. See the LICENSE file for more info.