GitXplorerGitXplorer
s

WatchDial

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
3c54099a179f6bc2688c9a1e7e7ef78ede1d0500

Updated README

ssyoutsey committed 10 years ago
Unverified
c6ea110f2e2a7164d1438173ae8764ce9cb8d150

Updated README, added images from simulator

ssyoutsey committed 10 years ago
Unverified
89565c1ed7c8a8a7654452e9002856baf3dc5768

Create README

ssyoutsey committed 10 years ago
Unverified
244c05ba8633bd195d8bc2e8513a9583c21980b0

Initial commit

ssyoutsey committed 10 years ago
Unverified
7b53d947add700d90daec1de9350e98c57df5be3

Initial Commit

ssyoutsey committed 10 years ago

README

The README file for this repository.

WatchDial

Apple WatchKit implementation of a small speed dial application.

This is a sample application used for exploring Apple's new WatchKit API. It takes a (hardcoded) list of people and their associated phone number and email addresses and displays them in a list. Tapping on the person brings you to a menu where you can call, text, or email the person. Selecting one of these options opens the appropriate application on the phone.

Because I (clearly) don't yet have an Apple Watch this hasn't been tested on an actual device to ensure the phone, text, and email functionality work.

The most interesting files in this project are the WatchFun WatchKit Extension/InterfaceController.swift and WatchFun WatchKit Extension/DetailController.swift.

Overall, the WatchKit API is a fun little framework that I hope continues to grow.

Person list Person detail