UIKitCatalog - UIPageViewController is blocked if I click with the remote

H


I'm trying to implement a UIPageViewController, and I would like to detect "Click" gesture.
I'm able to detect the gesture, but the page view controller become blocked. It's not possible to switch pages after clicking on the rem


The UIKitCatalog sample code, the page view controller example has exactly the same issue I have.
Is there anyway to prevent this ? Bug ?


Thanks,
ManOnTheMoon

Really need a fix before the release of the Apple TV.
That's a big concern, and the user gets blocked if he accidently click the remote ! No possibility to switch pages !


@AppleStaff ? Is it a known bug ?


Thanks,

ManOnTheMoon

Please file a bug report at https://bugreport.apple.com with an example project.

I've reported the bug, just gave the sample code of Apple as an example project.

I'm not able to reproduce it in the UIKitCatalog sample app, so a sample project would be helpful.

@mwhuss It's impossible that you cannot reproduce in UIKitCatalog.

You probably didn't click on the remote.


- Go to "View Controllers" in the tab bar

- Select UIPageViewController

- Click on "Show Paged View Controller"

- Change pages, you see that it works fine

- Click with the remote

- Try to change pages again... and you will see that it's not working anymore. The page view controller is blocked.

> It's impossible that you cannot reproduce in UIKitCatalog


Add me to the "impossible" club. Works fine for me after clicking the touch pad or any button on the remote. (dev kit ATV running beta 3, freshly downloaded UIKit Catalog sample code)

I've tried the UIKitCatalog on the device, and it works fine.
It wasn't working for me ONLY on the simulator.
Happy to see that it works on the device.

So you're using the actual remote to control the app in the simulator, is that correct?

This is correct, but I actually use the remote control of the simulator.
Not the physical one of course.


This problem also occurs when I tap "return" (enter) keyboard button.

UIKitCatalog - UIPageViewController is blocked if I click with the remote
 
 
Q