Filters

Hide filters
Platform
Content Type
Difficulty

All Tutorials · 74 Results

watchkit
Archive
WatchKit FAQ
Check out the answers to the most commonly asked questions about WatchKit – Apple’s framework for making Apple Watch apps…
Archive
WatchKit for watchOS 2: Initial Impressions
…this article I share my initial impressions of the updated WatchKit SDK for watchOS 2, including architecture, connectivity, and custom complications…
iOS & Swift
New WatchKit Book: Preorders Now Available!
Check out our brand new WatchKit book, that teaches you everything you need to know about making apps for the Apple Watch…
Archive
WatchKit: Initial Impressions
Check out some of my initial impressions looking at Apple’s new WatchKit
iOS & Swift
WatchKit by Tutorials Now Available!
…book WatchKit by Tutorials is now available for download…
Multiple Domains
WatchKit with Ben Morrow – Podcast S02 E07
…this episode of the podcast, we share our initial impressions of WatchKit, which allows you to create apps for the Apple Watch…
Multiple Domains
WatchKit with Mike Oliver – Podcast S03 E06
Take a deep dive into WatchKit with the tech editor of WatchKit by Tutorials (who is also the lead iOS engineer at RunKeeper) – Mike Oliver…
Multiple Domains
WatchKit Tech Talk Video
Learn the basics of using WatchKit to create apps for the Apple Watch, including how it differs from making apps for the iPhone…
iOS & Swift
WatchKit by Tutorials: Update Now Available!
…update to WatchKit by Tutorials is now available, including a new chapter and some errata and bug fixes…
iOS & Swift
WatchKit by Tutorials Updated for Swift 1.2 and Print Version Released!
Good news – the WatchKit by Tutorials Team has updated WatchKit by Tutorials for Swift 1.2! As you may know, Swift 1.2 introduced some new syntax, such as an improved if let statement, and revised usage of as vs as! vs as?. To learn more about these changes, check…
Archive
Reminder: Free Live Tech Talk (WatchKit) Tomorrow (Tuesday)!
Come join us at our free live tech talk on WatchKit with Ben Morrow tomorrow – and bring your questions…
Multiple Domains
Video Tutorial: WatchKit Part 12: Sharing Data
…this WatchKit tutorial learn how to use a shared container to share data between the iOS app and the WatchKit extension…
iOS & Swift

Chapter in Push Notifications by Tutorials

watchOS

…trigger a smile… unless you’re a dog person! Getting Started Open the Pawsome starter project in Xcode. Then build and run the Pawsome WatchKit App scheme. You’ll see a collection of cute kitty cats that you can easily browse: Testing Notifications With the Simulator When you make…
iOS & Swift
Core Bluetooth in watchOS Tutorial
…build the Watch app! Building the Watch App As you’ve done many times already, select Xcode\File\New\Target… and choose watchOS\WatchKit App: Name the product BT_WatchKit_App, uncheck Include Notification Scene, and select Finish: There are now three targets: TextMeMapMe, BT_WatchKit_App and BT_WatchKit
Archive
Top 10 WWDC 2015 Videos
…will need to make smart layout decisions as your users resize your apps to fit their whims. 10) Layout and Animation Techniques for WatchKit [Video Link] Mic Pringle, our esteemed editor of WatchKit By Tutorials, says if you can only watch one WatchKit video, this is the best choice. This…
Multiple Domains
Video Tutorial: WatchKit Part 17: Notifications
…this WatchKit tutorial you’ll learn how to display custom notifications, when they’re pushed from your phone to your watch…
Multiple Domains
Video Tutorial: WatchKit Part 9: Context Menus
…this WatchKit tutorial, learn how to use context menus to provide actions for the current screen to your users…
Multiple Domains
Video Tutorial: WatchKit Part 8: Table Actions
…this WatchKit tutorial you will learn how to perform actions when the user selects a table…
Multiple Domains
Video Tutorial: WatchKit Part 0: Introduction
Learn how to make apps for the Apple Watch in this WatchKit video tutorial series…
iOS & Swift
watchOS 4 Tutorial Part 1: Getting Started
…project as it stands: it includes a few helper files you’ll need, and not much else. You’ll address that now! Adding the WatchKit App Select File\New\Target…. In the dialog that appears, choose watchOS\Application\WatchKit App, then click Next: In the following screen, set Product Name…