Skip to content

peteralen/SimpleExtensions

Repository files navigation

SimpleExtensions

CI Status Version License Platform

Installation

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

pod "SimpleExtensions"

Usage

Import SimpleExtensions into your view controller:

import SimpleExtensions

Then you can use the extensions as follows:

swipeLabel.glow()
submitButton.shake()
profilePictureView.makeCircle()
self.view.setBackground("myBackgroundImage")

Author

Alen Peter, alenpeter@live.com

License

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