Top "Tvos" questions

tvOS is an operating system developed by Apple for the Apple TV based on its successful iOS operating system.

How to retrieve iPhone IDFA from API?

I would like to get the device IDFA. How to get this info from iOS official API ?

ios iphone tvos idfa
UICollectionView sticky header in swift

I'm trying to create a sticky supplementary header, which stays on top all the time and won't response to scrolling …

ios swift uicollectionview uicollectionviewlayout tvos
How to extend iOS app to tvOS

I have an iOS app that I need to extend to tvOS. All the information that I found are explaining …

ios apple-tv tvos
How to center align the cells of a UICollectionView in Swift3.0?

Description: Answer for Objective-C and Swift2.0: How to center align the cells of a UICollectionView? I usually would try to …

ios swift swift3 tvos
How do I play a video on tvOS for Apple TV?

I started a blank tvOS project and created the following code: - (void)viewDidLoad { [super viewDidLoad]; AVPlayer *avPlayer = [AVPlayer playerWithURL:[…

xcode apple-tv tvos
How can I force focus to change to a specific view in tvOS?

I am implementing custom code to handle a click on the Menu button on the Siri Remote. How can I …

objective-c tvos
Web app in tvOS

Apple has released it's SDK for apple tv yesterday. Most apps for TVs are web based (html, javascript and css) …

javascript html web-applications apple-tv tvos
How to use MarqueeLabel in Swift?

I want to know if there's a way to enable horizontal scrolling of text i.e., marquee type text. I …

ios xcode swift tvos marquee
Xcode 10 unexpected duplicate task: CopyPlistFile

Today I updated my Xcode from v.9.4.1 to v.10.0. Now I try to build my tvOS project and I see …

xcode cocoapods plist tvos xcode10
AVPlayer with playback controls of avplayerviewcontroller

I am putting n avplayer inside of a view controller to customize some other elements of the view controller but …

ios swift tvos apple-tv avplayerviewcontroller