Samuel Défago
Samuel Défago
SRG Media Player successor found in the `Player` package of our [Pillarbox library](https://github.com/SRGSSR/pillarbox-apple) improves performance and eliminates most issues related to improper property observation which was made in `SRGMediaPlayerController`. Closed.
This feature is indeed possible and was implemented in SRG Media Player successor, found in the `Player` package of [our new Pillarbox player platform](https://github.com/SRGSSR/pillarbox-apple). This feature would sadly be difficult...
Hi, You have to use a transparent color for the `UICollectionView`: ```swift let collectionView = UICollectionView(frame: .zero, collectionViewLayout: layout(context: context)) collectionView.backgroundColor = .clear ``` Then your SwiftUI background view should...
Good catch! I wouldn't be surprised if this is related to missing parent-child containment relationship, see [this tweet from Peter Steinberger](https://twitter.com/steipete/status/1308142116132982784) and related articles and links. Didn't have to focus...
I fear this collection view implementation might have some limitations, but if navigation links could be properly supported that would be nice (and probably something has to be learnt when...
Didn’t see any deep navigation issues in the app I am working on 🙂
Which zip file are you talking about? In the source code zip file automatically created by github, the pch and plist files are automatically included (except if you checked out...
The issue is related to the fact that `UITextField` now implements `-didMoveToWindow` without calling the super method implementation. Since bindings are set at the `UIView` level by swizzling this method,...
Fixed in commit 369e3e2967ce45bde4fbd0b3925202994ad91fee. I won't merge the fix until iOS 12 is released, though, since this might change with the final version.
This is an SRG Media Player issue. I opened a [dedicated ticket](https://github.com/SRGSSR/SRGMediaPlayer-iOS/issues/55) on its issue tracker.