Difference between revisions of "WatchKit App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 151: Line 151:
 
#* [[Configuring Preferences with the WatchKit Settings Bundle|Configuring a Settings Icon]]<br><br>
 
#* [[Configuring Preferences with the WatchKit Settings Bundle|Configuring a Settings Icon]]<br><br>
 
# [[A WatchKit Settings Bundle Tutorial]]
 
# [[A WatchKit Settings Bundle Tutorial]]
 +
#* [[A WatchKit Settings Bundle Tutorial|About the WatchKit Settings Bundle Example]]
 +
#* [[A WatchKit Settings Bundle Tutorial|Creating the WatchKit Settings Bundle Project]]
 +
#* [[A WatchKit Settings Bundle Tutorial|Adding the WatchKit App Target]]
 +
#* [[A WatchKit Settings Bundle Tutorial|Designing the WatchKit App Scene]]
 +
#* [[A WatchKit Settings Bundle Tutorial|Adding the WatchKit Settings Bundle]]
 +
#* [[A WatchKit Settings Bundle Tutorial|Adding a Switch Control to the Settings Bundle]]
 +
#* [[A WatchKit Settings Bundle Tutorial|Adding a Slider Control to the Settings Bundle]]
 +
#* [[A WatchKit Settings Bundle Tutorial|Adding a Multi Value Control to the Settings Bundle]]
 +
#* [[A WatchKit Settings Bundle Tutorial|Setting Up the App Group]]
 +
#* [[A WatchKit Settings Bundle Tutorial|Adding the App Group to the Settings Bundle]]
 +
#* [[A WatchKit Settings Bundle Tutorial|Accessing Preference Settings from the WatchKit Extension]]
 +
#* [[A WatchKit Settings Bundle Tutorial|Registering the Default Preference Settings]]
 +
#* [[A WatchKit Settings Bundle Tutorial|Adding the Companion Settings Icons]]
 +
#* [[A WatchKit Settings Bundle Tutorial|Testing the Settings Bundle Project]]<br><br>
 +
# [[An Overview of WatchKit Glances]]
 
<br><br>
 
<br><br>

Revision as of 13:23, 8 May 2015

This book is currently under development. Check back regularly for updates.

Table of Contents

  1. An Overview of WatchKit Apps
  2. Building an Example WatchKit App
  3. An Overview of the WatchKit App Architecture
  4. An Example Interactive WatchKit App using Actions and Outlets
  5. An Overview of WatchKit Tables
  6. A WatchKit Table Tutorial
  7. A WatchKit Table Navigation Tutorial
  8. WatchKit Page-based User Interfaces and Modal Interface Controllers
  9. A WatchKit Page-based Navigation Tutorial
  10. WatchKit App and Parent iOS App Communication
  11. A WatchKit openParentApplication Example Project
  12. Handling User Input in a WatchKit App
  13. Sharing Data Between a WatchKit App and the Containing iOS App
  14. WatchKit Extension and iOS App File and Data Sharing - A Tutorial
  15. Configuring Preferences with the WatchKit Settings Bundle
  16. A WatchKit Settings Bundle Tutorial
  17. An Overview of WatchKit Glances