This article was published on September 9, 2015

Apple’s Swift-friendly tvOS is now available for developers


Apple’s Swift-friendly tvOS is now available for developers

Good news, developers — tvOS documentation and guidelines are live!

An offshoot of iOS, tvOS is basically what we’ve come to love about using iPhones and iPads, just on the bigger screen. Happily, most of the tools iOS developers are comfortable with have made their way to tvOS.

Screen Shot 2015-09-09 at 2.40.19 PM

GameKit? It’s there. UIKit, SpriteKit, CoreImage and AVKit are also there.

Apps for tvOS will need an iCloud backup for storing information (“and retrieve it in a way that provides a great customer experience”), so a little cloudKit know-how will go a long way with Apple TV.

SwiftTNW

Interestingly enough, tvOS also inherits the Swift standard library, and all UIKit library files are .swift. If you’re stuck in Objective C, it’s time to get cozy with Swift. Apple TV demands it.

Apple is also introducing new frameworks for tvOS: TVMLJS, TVMLKit and TVServices. All three serve TVML, which is Apple’s custom markup language to create interfaces for Apple TV apps. Here’s how they’ll work:

  • TVMLJS — Describes Javascript APIs used to load TVML pages in apps.

  • TVMLKit — Helps incorporate Javascrit and TVML into apps.

  • TVServices — for adding extensions to an Apple TV app.

All the necessary documentation is available via Apple’s developer portal, and you can sign up for an Apple TV developer kit there as well.

Don’t miss: Everything Apple announced at its September 2015 event

Get the TNW newsletter

Get the most important tech news in your inbox each week.

Also tagged with


Published
Back to top