I am trying to figure out how to setup a UILocalNotification in swift but I am not having a lot of luck. I am trying this:
var notification = UILocalNotification
There's also support for creating the date like so:
NSDate(timeIntervalSinceNow: 15)