Questions tagged [tvos9.1]

Use this tag for version specific questions about tvOS 9.1 - the operating system developed by Apple for the Apple TV. When using this tag also include the more generic [tvos] tag where possible.

45 questions
1
vote
2 answers

How to change tab bar item text colour on focus in TVOS

I have four item in tab bar. 1> Watch. (Black Colour) 2> On Demand. (Black Colour) 3> Search. (Black Colour) 4> Settings. (My Colour) How can i change the colour of item text in tab bar to match with its icon colour. (Right now Performance is…
1
vote
1 answer

tvOS 9.1 UITableView header view does not float

Can't achieve default UITableView headers sticky behaviour. Already tried plain and group tableview style. Can U please help me with advice in which way I have to dig?
jegor
  • 306
  • 2
  • 7
0
votes
0 answers

how to create a VAST url preroll for my xcode tvos video player?

I'm new to Xcode development, I need to make a video player that plays a preroll based on a vast tag url. I tried looking online everywhere but haven't found anything helpful. Im using Swift & Storyboard. this is my code now: import UIKit import…
Shahar
  • 1
0
votes
1 answer

Does tvOS support notification facility for chat applications?

I am building a tvOS app for the new Apple TV that needs to get notifications from a server every time that a chat message is sent. This notification is also to be displayed on the Apple TV. As much as I understand push notifications are not allowed…
0
votes
1 answer

TViOS third party library marmelroy/Zip

Wanted to use carthage and this library... https://github.com/marmelroy/Zip But having updated brew and downloaded the latest carthage & Zip code I get this error when I try to build? Module file was created for incompatible target…
user3069232
  • 8,587
  • 7
  • 46
  • 87
0
votes
1 answer

Resize UIView to wrap it's contents with auto layout turned off

Hey so i have a UITextView inside a UIView which i dynamically load with content. I'm resizing the height of the text view using this solution I have auto layout turned off for this to work (other solutions like sizeToFit() were not working with…
alokraop
  • 853
  • 1
  • 11
  • 29
0
votes
0 answers

tvOS: Detecting the orientation of the remote control

I need to detect when the remote control has change orientation from landscape to portrait and vice versa. Any of you knows how can this be implemented?
user2924482
  • 8,380
  • 23
  • 89
  • 173
0
votes
1 answer

how can we use tapGesture for playing videos in Tvos

How can we use TapGesture in uicollectionview for playing videos in tvos. When we click the First Image, it should load the appropriate video for that when we tap and so on. How can I do this when the videos are in local ? import Foundation import…
user6173111
0
votes
1 answer

Applovin tvOS LIbrary Issues

I apologize but I am new to tvOS development, an programming in general. IDE: Xcode 7.2.1 language: Swift 2 platform: tvOS I am currently trying to integrate the AppLovin SDK for my tvOS app. I have followed the documentation and have everything set…
Aknapp
  • 35
  • 7
0
votes
1 answer

How to pause my AVPlayer instance on tvOS?

I've been working on a tvOS app that has all the video content being displayed through AVPlayerViewController instances. I want to add a feature similar to Netflix that, when user is watching without user interaction for some time, it pauses the…
Bruno Machado - vargero
  • 2,690
  • 5
  • 33
  • 52
0
votes
2 answers

tvOS tableView scroll smooth from cell to cell

In my tvOS-app I use a tableView with custom cells. If the cell is higher than the TV-screen it will show the "center-part" of the cell (top and bottom are not visible) and scrolling up or down will center the cell above or below. Is it possible and…
Christian
  • 506
  • 4
  • 14
0
votes
1 answer

How to Show Network not Available Message tvOS

I'm using the client/server model developing for tvOS, where the app fetches a remote javascript file to describe the view. But if the network is not available (I test for this using Nanayakkara's Reach), how can I display an alert? The only file I…
Awalias
  • 2,027
  • 6
  • 31
  • 51
0
votes
3 answers

cannot focus uibutton when first cell in collectionview is focused

I'm currently working on an Apple TV app. My view is build up from left to right like this (also see screenshot) small UICollectionView UIImageview UIView UILabels UIButton I can only focus the UIButton on the right when I am on the second…
Steaphann
  • 2,797
  • 6
  • 50
  • 109
-1
votes
2 answers

Can i turn on location service by the code programmatically

I am new to the tvOS platform. I want to know how to get current location latitude and longitude at the application launch. I am writing this code to get the location coordinate. func application(application: UIApplication,…
Sankalap Yaduraj Singh
  • 1,167
  • 2
  • 14
  • 32
-1
votes
1 answer

Is there a Unique Identifier anywhere in TVOS I can use?

In developing client/server (TVML/TVJS) I would like to pass a unique identifier to my server as a key to use in a multi-tenet DB. Is there any identifying information I can access? I checked UIKit -> UIDevice but it does not contain any unique…
Frank C.
  • 7,758
  • 4
  • 35
  • 45
1 2
3