mysterioustrousers / MTDates

A thread safe date calculation library with all the date functions you'll ever need.
BSD 2-Clause "Simplified" License
343 stars 68 forks source link

Swift version #57

Open Koshub opened 9 years ago

Koshub commented 9 years ago

Perfect pod, will you do the Swift version?

pwightman commented 9 years ago

Likely won't rewrite in Swift, this library wouldn't benefit much from Swift-specific features. But it may be good to put in nonnull and nullable attributes on params/return types so it's more Swift-friendly.

atomkirk commented 9 years ago

Yeah im going to write a date library in swift but it dont resemble the structure of this one at all. This one has a lot of bad design choices and like @pwightman said, a lot of swift features can make this much easier and intuitive to use, as well as much more readable.

Koshub commented 9 years ago

@atomkirk, I meant rewrite with Swift features

truemetal commented 7 years ago

If there would be native Date support so that you don't have to from NSDate that would work perfectly