Tag: glance
-
Swift WatchKit Tutorial: Coding Timers and NSTimer on Apple Watch
There is a horrible secret in WatchKit with many implications for those programming for the Apple watch. There is also a secret many people do not get about Apple’s corporate address. There two secrets are interestingly related. In WatchKit, There are no properties in the controls — you do everything with a method. This is…
-
Swift WatchKit Tutorials: Using Groups in WatchKit
WatchKit is not UIKit. How you program for Apple watch differs greatly from how you program a iPhone or iPad. There are controls that look familiar, but act very differently. In this lesson you’ll learn about groups, a layout mechanism which is, but should not be, compared to subviews. We’ll also introduce glances and notifications,…