This blog article was co-written with Yoseob Lee, iOS Engineer at Prolific Interactive This year I had the chance to participate to the Apple TV Tech Talk in New York. This blog post is the second of a series of blog posts on interesting subjects Apple shared with us about tvOS but also iOS. Designing… Continue reading Apple TV Tech Talk – Designing for Apple TV
Month: February 2016
Associated Types in Swift
Context When working on Swift protocols, you might need to use generic types as a variable. Swift compiler can understand when you provide a protocol as a variable, but what if you want to use a type? Here is an example of implementing a data structure based on protocols. protocol A { } protocol B… Continue reading Associated Types in Swift
Apple TV Tech Talk – On-Demand Resources
This year I had the chance to participate to the Apple TV Tech Talk in New York. This blog post is the first of a series of blog posts on interesting subjects Apple shared with us about tvOS but also iOS. On-Demand Resources were introduced by Apple at WWDC 2015 for iOS 9. It allows… Continue reading Apple TV Tech Talk – On-Demand Resources
You must be logged in to post a comment.