Side Navigation on tvOS

I recently had to convert an existing UIKit tvOS app, that featured a standard navigation with a UITabBar across the top, to one with a navigation panel on the left side, as featured in many recent versions of tv/movie apps such as Netflix, Disney, and Youtube on Apple TV. As with the Netflix screen shot … Continue reading Side Navigation on tvOS

Nested Collection Views in Xamarin iOS for tvOS

A common layout for appleTV or other media / TV apps is to present content as a vertical list of shelves (or rails) of data. With XAML I think this could be achieved with relatively little code using a ListView within a ListView, binding to a ViewModel. But with Xamarin iOS it's not quite as … Continue reading Nested Collection Views in Xamarin iOS for tvOS