blog

Found on GitHub: MTDates

by

Octocat logo

A great repo that I recently came across on GitHub is MTDates – all the date functions you’ll ever need. It’s a category on NSDate from the team at Mysterious Trousers who have some great iOS apps. If you’ve ever found yourself wishing NSDate or NSDateComponents had a method for quickly creating, printing, or comparing a date or time chances are the method you want is in MTDates.

To top it off it’s available in Cocoapods by adding the following line to your Podfile: pod "MTDates"

+ more

Accurate Timing

Accurate Timing

In many tasks we need to do something at given intervals of time. The most obvious ways may not give you the best results. Time? Meh. The most basic tasks that don't have what you might call CPU-scale time requirements can be handled with the usual language and...

read more