Post

Replies

Boosts

Views

Activity

Comment on List sections empty after adding .id()
Thanks for the answer! Although this did work perfectly in the sample project I made, in my real project it fixed the empty cells but broke the ScrollViewReader's scrollTo method. It wasn't scrolling to the desired row. I have come with a weird fix that works fine without adding any extra VStack. I don't know how and why that fix works. But I will add a separate answer with that fix to my question.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’22
Comment on Xcode Cloud is not showing new branches on the branch picker when starting a manual workflow
It worked! Thank you!
Replies
Boosts
Views
Activity
Feb ’24
Comment on List sections empty after adding .id()
Thanks for the answer! Although this did work perfectly in the sample project I made, in my real project it fixed the empty cells but broke the ScrollViewReader's scrollTo method. It wasn't scrolling to the desired row. I have come with a weird fix that works fine without adding any extra VStack. I don't know how and why that fix works. But I will add a separate answer with that fix to my question.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Playlist's curatorName property always returns nil.
Oh, got it. Much thanks!
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Playlist's curatorName property always returns nil.
This is from Apple Music API. I’m talking about MusicKit. https://developer.apple.com/documentation/musickit/playlist/curatorname
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Cannot decode library playlists response
Thank you @JoeKun!
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Cannot decode library playlists response
Hello @JoeKun, decoding playlist now works as expected in iOS 15 beta 3. Thank you. However, now I am facing another issue. MusicPlayer isn't able to play a playlist. I am first setting setQueue(with:) to one of the decoded playlist and then trying to play it. Can you please help?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Get Now Playing item in MusicPlayer
Thank you!
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Cannot decode library playlists response
Thank you for clarifying. I’ll keep an eye out for a fix in the upcoming betas. And yes, I’ll move that try! statement to my do block. Thanks!
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21