CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

WSMUtilities 0.0.4

WSMUtilities 0.0.4

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Cristian Monterroza.



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.

Usage

Although, this library does not take along time to install, I include the library in my .pch file as I use these categories everywhere.

Requirements

iOS 7 minimum.

Installation

Author

Cristian Monterroza(aka Rismay), [email protected]

License

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

WSMUtilities

Usage

Although, this library does not take along time to install, I include the library in my .pch file as I use these categories everywhere.