This morning, my program compiles with errors. This is the message:
MinuteCalendarUnit was deprecated in iOS version 8.0 Use NSCalendarUnitMInute instead
How would I reconstruct this statement?
let comp = calendar.components((.HourCalendarUnit | .MinuteCalendarUnit) | .SecondCalendarUnit, fromDate: date)