yoshisuga / MAME4iOS

Multiple Arcade Machine Emulator for iOS, iPadOS, tvOS, macOS (Catalyst)
Other
635 stars 103 forks source link

UI Improvements to the Main Collection View #405

Open yoshisuga opened 2 years ago

yoshisuga commented 2 years ago

Updated the collection view so that:

IMG_EF51DC71FBD5-1

ToddLa commented 2 years ago

Oh the nested collection view is gonna need to add some code to handle game controller navigation, aka HandleButtonPress, PV has some nasty nested CVs and the code was gross, M4i it should just be a few lines.

I can look into this if you want @yoshisuga

Should be as easy as adding a handleButtonPress to the RecentsCell, and have the parent CV check if the cell supports habdleButtonPress and pass the button code to it, but only in the left/right/select case.

TVAlertConyrolllrt does a similar thing