So I can create a local notification like this
var localNotification = UILocalNotification() localNotification.fireDate = NSDate(timeIntervalSinceNow: 7)
You can't make it dynamic. You would need separate notifications with separate text for each of the separate times.