Hello,
Is there any way on the SpringBoard screen to detect button focus? Like if you have
Resume
Play from beginning
Go back
and the customer pressed the down arrow on the remote so now they're highlighting Play from beginning, but haven't clicked it yet, I'd like to be able to get the index of this.
My first thought was just to prepopulate an array index of available buttons and check it in isRemoteKeyPressed and just say if the current index equals the array count, keep it at the max, otherwise iterate one. I was hoping for a built-in method though.