Changes

Jump to: navigation, search
no edit summary
<pre>
override func touchesBegan(touches: NSSetSet<NSObject>, withEvent event: UIEvent) {
reminderText.endEditing(true)
}
let location = EKStructuredLocation(title: "Current Location")
location.geoLocation = locations.last as ! CLLocation
let alarm = EKAlarm()
let location = EKStructuredLocation(title: "Current Location")
location.geoLocation = locations.last as ! CLLocation
</pre>

Navigation menu