WatchKit Noob Question
WatchKit Noob Question
- Subject: WatchKit Noob Question
- From: Charles Jenkins <email@hidden>
- Date: Mon, 07 Nov 2016 20:00:58 -0500
I’m writing my first WatchKit app. My deployment target is watchOS 3.1.
I have searched the documentation and tutorials for scheduling local
notifications on the watch, and I’m stuck at step 1. This line of my
WatchKit Extension app’s InterfaceController.swift app file will not
compile:
let content = UNMutableNotificationContent()
I’m sure I’m missing something that should be obvious, but this is how the
documentation I’ve found says to instantiate the content object.
What am I doing wrong?
--
Charles
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden