Post

Replies

Boosts

Views

Activity

Comment on Get channels count for an audio stream in AVPlayer
Hi Rico, thanks for the quick response. I've managed to get the channel count for the current audio from AVPlayerItem.tracks, but I would like to get that info for all available audio tracks. If I understand correctly, it should be possible to use AVAsset.tracks, AVAsset.load(.tracks), or AVAsset.loadTracks(withMediaType: .audio), but they always return an empty array. Is there another way?
Topic: Media Technologies SubTopic: Streaming Tags:
Dec ’24
Comment on Save credentials prompt not shown when login and password aren't the last fields in a form
I've filed a feedback report FB17194583
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’25
Comment on Save credentials prompt not shown when login and password aren't the last fields in a form
I've prepared a minimal project where you can reproduce the issue. If you fill all the fields in the default order, the prompt doesn't show. If you either remove the email field or move it before the login field and then fill in the form, the prompt shows. https://github.com/okycelt/SavePrompt
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’25
Comment on Get channels count for an audio stream in AVPlayer
Hi Rico, thanks for the quick response. I've managed to get the channel count for the current audio from AVPlayerItem.tracks, but I would like to get that info for all available audio tracks. If I understand correctly, it should be possible to use AVAsset.tracks, AVAsset.load(.tracks), or AVAsset.loadTracks(withMediaType: .audio), but they always return an empty array. Is there another way?
Topic: Media Technologies SubTopic: Streaming Tags:
Replies
Boosts
Views
Activity
Dec ’24
Comment on SwiftUI : NavigationStack in new iOS 18 TabView pushes twice when path in parameter
@jooyoungho, I'm seeing the "multiple screens being popped when using the back gesture" issue on iOS 18 even in a build from Xcode 15.4 (installed via TestFlight). The same build is working fine on iOS 17. Is it the same for you?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on animation(_:,value:) doesn't work inside TabView with tabViewStyle(.page)
Hello Sydney, Thank you for a quick response, I've filed a bug report FB14962640. Ondrej
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24