Ever since the tvOS SDK was first released, the Tutorial Team has been working on the definitive book on Apple TV development: the tvOS Apprentice.
Today, we have some exciting news – the book is now 100% complete and available today!
To celebrate the book launch, we’ll be posting some free tvOS tutorials this week, and giving away some free copies of the book – and even a brand new Apple TV.
Keep reading to find out more about the tvOS Apprentice, how to enter the giveaway, and how to get your launch discount.
Introducing the tvOS Apprentice
The tvOS Apprentice teaches you everything you need to know to develop great apps for the Apple TV – whether you’re a seasoned iOS pro, or a web developer looking to leverage your skills to a new platform.
The book covers both of the ways you can make tvOS apps:
- TVML apps: The first way to make apps is via TVML and TVJS – a new markup language and programming language created specifically for tvOS apps. Web developers will rejoice, and even native iOS developers will discover this is quite powerful, and can save a lot of development time.
- Traditional apps: The second way to make apps is the traditional approach – coding apps in Swift or Objective-C, using frameworks from iOS like UIKit, AVFoundation, StoreKit, and more. iOS developers will discover this leverages your existing expertise and code, and allows you to make a fully custom user interface.
This book is a whopping 28 chapters and 538 pages, covering all aspects of tvOS development from beginner to advanced. Let’s take a look at what’s ahead.
Section I: Architecture
This section contains just one chapter, designed to give you a birds-eye view of how tvOS works and help you decide what to read next.
- Chapter 1, Architecture: The architecture chapter is the introduction to the technology behind Apple TV apps. This chapter will be your guide to help you decide your path through the rest of the book.
Section II: TVML Apps
This section covers the basics for creating an app via the TVML approach. From the basics of Hello World through a real world example, by the end of this section you’ll know everything you need to create client / server apps for Apple TV.
- Chapter 2, Hello, TVML: Shows you how to set up a basic Hello World app using TVML and Javascript.
- Chapter 3, Beginning TVML: You’ll use basic TVML templates to manipulate the UI in a simple application.
- Chapter 4, Intermediate TVML: Building off of chapter 3, you’ll learn more complicated interfaces and templates.
- Chapter 5, TVJS: Start working in Javascript and learn to manipulate the TVML DOM.
- Chapter 6, Exploiting Native Functionality from TVML: Learn how to take advantage of native libraries and integrate them with your TVML app.
- Chapter 7, Harnessing the Server: Now that you’ve got all the basics down, this chapter will walk you through a real world example with industry standard server technologies.
Section III: Traditional Apps
This section covers the basics for creating apps via the traditional approach. You’ll learn the new libraries created for Apple TV, and how the ported libraries from iOS can be used.
- Chapter 8, Hello, Traditional App: Learn how to set up a basic “Hello World” app using native libraries in Swift.
- Chapter 9, Basic Controls: Learn the basic controls your users can use to interact with your apps.
- Chapter 10, Stack Views: Stack Views are the backbone to the layout of your app – learn how to use them here.
- Chapter 11, Collection Views: See how easy it is to display a list of items in an engaging layout.
- Chapter 12, Navigation: Learn how to set up different forms of screen to screen navigation.
- Chapter 13, Focus: Apple TV uses a whole new Focus paradigm to show the user what control is currently selected – learn how this works and what it means for your apps.
- Chapter 14, Animation: Get ready to add some delightful animation to your tvOS apps.
- Chapter 15, Networking: Learn how to download content, video, and other assets over the network.
Section IV: Advanced Frameworks
This section covers some of the more advanced frameworks you’ll need for many TV app use cases. Whether you took the TVML approach or the Traditional approach, these frameworks will be important to understand to make your app stand out.
- Chapter 16, User Input and the Controller: Learn how your app can interact with the new Apple TV remote.
- Chapter 17, Beginning Video Playback: One of the most common requirements for Apple TV apps will be to play video – learn how to do that here.
- Chapter 18, Advanced Video Playback: Learn about some of the more advanced topics in playing videos.
- Chapter 19, On Demand Resources: Learn how to use Apple’s easy to use storage system, so your app can download assets on the fly.
- Chapter 20, Beginning CloudKit: Learn how to use CloudKit on tvOS to store your app’s data.
- Chapter 21, Advanced CloudKit: Go further in depth with CloudKit with user specific storage and error handling.
- Chapter 22, In App Purchase: Monetize your app by allowing users to purchase digital goods.
- Chapter 23, Native UI in TVML Apps: Learn how to augment the TVML-to-UIKit engine to create custom resources, TVML tags, and styling properties.
Section V: Design
This chapter covers new design concepts introduced in tvOS. For your app to stand apart from the rest, you’ll need to understand these new design concepts well.
- Chapter 24, tvOS Design: Learn how to design your apps to fit in well with the tvOS ecosystem.
- Chapter 25, Creating Layered Images: Shows how to create a new kind of image specifically for the TV.
- Chapter 26, The Top Shelf: The Top Shelf is a new design concept that allows your app to show off specific content – learn how to use this in your apps.
Bonus Chapters
And that’s not all – on top of the above, we have some bonus chapters for you.
- Chapter 27, Javascript Crash Course: Developing TVML apps for tvOS requires some Javascript knowledge. If you’re new to Javascript, check here for a quick crash course.
- Chapter 28, Server Deployment: Similarly, developing TVML apps for tvOS requires some knowledge for being able to deploy servers. We have a crash course on that for you too. :]
tvOS Apprentice Week and Giveaway
Today, we are launching the book, and from Tuesday to Thursday, we’ll be releasing 3 select chapters from the book as free tutorials on this site. This will give you a chance to check out the book – we’re confident you’ll love it! :]
On Friday, we’ll round out our week of celebration with a special giveaway.
- 4 lucky winners will win a free copy of the tvOS Apprentice PDF version (or a book of your choice if you already have the tvOS Apprentice)
- 1 lucky winner will win a brand new Apple TV!
Note the winner of the Apple TV must reside in the US for shipping purposes (sorry international folks). If someone outside the US ends up winning, you can choose a free PDF book of your choice instead.
To enter into this giveaway, simply leave a comment on this post, or any of the tutorials that come out this week. We’ll choose winners randomly and announce the results on Friday.
Where To Go From Here?
As mentioned, the tvOS Apprentice is now 100% complete and available today.
- If you preordered the tvOS Apprentice, you can download the book immediately on your My Loot page.
- If you don’t have the tvOS Apprentice yet, we have some good news. To celebrate the launch week, we are extending our current $10 off discount until this Friday. So if you want the discount, be sure to order now.
We hope you enjoy the tvOS Apprentice Week, and look forward to seeing some amazing Apple TV apps from you.
The post Announcing the tvOS Apprentice Week! appeared first on Ray Wenderlich.