Skip to content

ALEXGUOQ/WatchKit-ComplicationDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

WatchKit-ComplicationDemo

watchOS2.0 complication demo which shows the price of BitCoin on AppleWatch.

#Requirement Xcode7.0beta watchOS2.0 + iOS9.0

#Tips Deep press on Modular or Utilitarian WatchFace and choose this complication.

Compatible with TLS 1.1 SSL by adding below to WatchKit Extension’s Info.plist:

<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>

About

watchOS2.0 complication demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%