Upgrade to Pro — share decks privately, control downloads, hide ads and more …

mDevcon 2015: See the time on your wrist

mDevcon 2015: See the time on your wrist

For a long time, people were only able to see the time on their (smart)phones”. Apple came with a brilliant invention that allows us to see the time on our wrist! Or perhaps that’s just what the youngest generation will think a few years from now.

Of course the new Apple Watch does allow us to do much more than just see the time. In this session we will see how to use WatchKit, how to integrate it with existing apps, create Glances and Watch specific notifications.

- TN2408 - https://developer.apple.com/library/ios/technotes/tn2408/_index.html
- Devforums confirming Darwin notifications is ok - https://devforums.apple.com/thread/256667?tstart=0
- MMWormHole - https://github.com/mutualmobile/MMWormhole
- Apple Watch Programming Guide

More Decks by Jeroen Leenarts (AppForce1)

Other Decks in Programming

Transcript

  1. Share&data&extension&&&containing&app As#simple#as [self.wormhole passMessageObject:@{@"buttonNumber" : @(1)} identifier:@"button"]; [self.wormhole listenForMessageWithIdentifier:@"button" listener:^(id

    messageObject) { self.numberLabel.text = [messageObject[@"buttonNumber"] stringValue]; }]; Internally)uses)Darwin)No1fica1ons)and)atomic)writes
  2. Q&A