#WSMUtilities
A bundle of ObjC joy! Read below to get a hint of all the awesome.
###WSMMacros
A collection of helpful c macros.
-
Singleton-in-a-macro. For the times when you really need a singleton and you want to declare it with one line of code.
-
Lazy instation in a macro. Now you can do 1 line lazy property instantiation.
###WSMNanoTimer
NSObject category that allows code execution timing at the nanosecond scale with 1 line of code.
- The method takes 2 parameters:
- The number of decimal places of accuracy you want up to the nanosecond (Up to 9 places).
- The block of code that you want to measure.
###WSMColorPalette
- Color class for simplified color making and arrays of colors for tableviews.
###NSMutableArray+WSMUtilties
- Added method to remove a random object out of the array.
Although, this library does not take along time to install, I include the library in my .pch file as I use these categories everywhere.
iOS 7 minimum.
WSMUtilities is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "WSMUtilities"
Cristian Monterroza(aka Rismay), [email protected]
WSMUtilities is available under the MIT license. See the LICENSE file for more info.
[![CI Status](http://img.shields.io/travis/Cristian Monterroza/WSMUtilities.svg?style=flat)](https://travis-ci.org/Cristian Monterroza/WSMUtilities)
Although, this library does not take along time to install, I include the library in my .pch file as I use these categories everywhere.