siri-remote Questions

2

Solved

How can you recognise Siri Remote swipe gestures from SwiftUI. I seems like it has not yet been implemented, so how can I get around that?
Smallclothes asked 9/12, 2019 at 13:49

1

Solved

I wrote an override for pressesBegan(_ presses: Set<UIPress>, with event: UIPressesEvent?) on my ViewController. open override func pressesBegan(_ presses: Set<UIPress>, with event: U...
Nonah asked 3/6, 2020 at 0:14

1

Solved

let tapRecognizer = UITapGestureRecognizer(target: self, action: #selector(MainController.tapped(_:))) tapRecognizer.allowedPressTypes = [NSNumber(integer: UIPressType.PlayPause.rawValue)] self.vie...
Lactone asked 30/7, 2016 at 2:38

1

Solved

I'm overriding pressesBegan to receive Select presses. The Siri Remote's Menu Button does not exit my application when the focus is on a UIButton. If no UI element is focused the Menu Button works ...
Attwood asked 7/6, 2016 at 17:26

1

I'm working on a game in Objective-C. The Siri remote works great via GCMicroGamepad and real MFi controllers work well via GCGamepad. However, third-party IR remotes do not work at all in-game (an...
Salivate asked 29/2, 2016 at 6:12

0

Is it possible to detect the Apple TV 4 Siri Remote from an iOS application using CoreBluetooth? I'm able to detect the Apple TV, but I'm not having any luck detecting the Siri Remote. The Siri Rem...
Audley asked 4/3, 2016 at 0:30

2

Solved

I have a UIViewController in my tvOS app which will only appear for a few seconds, and needs totally customizable MENU button handling. I create it like so: - (void)viewDidLoad { [super viewDidLo...

1

I'm been searching for a way to check the Siri Remote's current orientation or to register for Siri Remote orientation changes, but I haven't found anything yet. Is it possible to do this (without ...
Pyuria asked 16/12, 2015 at 18:14

1

Solved

It's relatively straightforward to detect some button presses on the tvOS Siri Remote: the pause/play button, the touchpad area, and with marginally more effort, the MENU button. But there seems to...
Openmouthed asked 11/1, 2016 at 6:45

6

I've just had an Apple TV app rejected because of 'In addition, the Menu button on the Siri Remote does not behave as expected in your app. Specifically, when the user launches the app and taps t...
Butyl asked 23/10, 2015 at 12:14
1

© 2022 - 2024 — McMap. All rights reserved.