I am new to Swift and am trying a scheduler. I have the start time selected and I need to add 5 minutes (or multiples of it) to the start time and display it in an UILabel?<
NSDate.init with timeIntervalSinceNow: Ex:
NSDate.init
timeIntervalSinceNow
let dateAfterMin = NSDate.init(timeIntervalSinceNow: (minutes * 60.0))