Provenance
Provenance copied to clipboard
Replace long press menu with Push/Pop where supported
We can replace the long press menu with a 3D touch push/pop of MoreInfoGameController.
The following conditions have to be met:
- [x] Implement Push/Pop delegate on GameLibraryVC
- [ ] Add UIPreviewActionItem's for Play/Delete
- [ ] Add edit for text fields
- [ ] Add editable field for isFavorite
- [ ] Add long touch for imageview for editing artwork and restoring
- [ ] Use a category to impliment the same functions as long press on GameLibraryViewController
After that, the following will improve the user interaction:
- [ ] Improve visual look
- [ ] Wrap long press of UIGameLibrayVC to if !pushPop available, since all that stuff will be handled in this VC. Leave long press for devices that don't support or have 3D touch disabled in Accessibility
- [ ] Add UICollectionView wrapper so games can be scrolled to edit the next/previous in the library.
Other:
- [ ] Make GameLibraryVC navigable on tvOS so it can also support editing, flipping, zooming and editing artwork, scrolling description text.
Working is being done on Feature/PushPopMoreInfo branch
Rename to Haptic Touch? 3D Touch is absent from iPad, iPhone XR/11/SE2 and later