SwiftDateTimeExtensions icon indicating copy to clipboard operation
SwiftDateTimeExtensions copied to clipboard

Rails-style date/time arithmetics in Swift

Results 2 SwiftDateTimeExtensions issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to build the timeDateExtensions.swift with xcode 6.2 for iOS 8.2 and getting a lot of conversion errors: func combineComponents(left: NSDateComponents, right: NSDateComponents, multiplier: Int) -> NSDateComponents {...

Just loaded the project in XCode and tried to build. I get 17 errors. First one is on line 31 in timeDateExtensions.swift 'Int' is not convertible to 'NSDateComponents' Hope this...