Posts

Post not yet marked as solved
0 Replies
894 Views
Is there a way to use an alternative transition for the fullScreenCover in iOS/tvOS in SwiftUI? At present it has crossdissolve animation in tvOS and I'd like to have slide in animation.
Posted Last updated
.
Post not yet marked as solved
1 Replies
1.2k Views
Hello, Is there a way how to detect long press on arrow on new Siri remote? UILongPressGestureRecognizer detect only presses on select button (small circle). How we can detect long press on the directional wheel?
Posted Last updated
.
Post not yet marked as solved
0 Replies
663 Views
Hello, Is it a way how we can control what index path will be focused after fast scrolling ends? e.g. User scrolls in 3rd column and when he enter the fast scrolling it should focus item in 3rd column when he ends.I implemented these UICollectionViewDataSource functions:1. func indexTitles(for: UICollectionView) -> [String]?2. func collectionView(UICollectionView, indexPathForIndexTitle: String, at: Int) -> IndexPathIndexes are shown as expected. But it doesn't matter what IndexPath is returned in #2, it always focus first column. What is this function used for if not for control of focus?
Posted Last updated
.