It worked! Thank you!
Post
Replies
Boosts
Views
Activity
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.
Oh, got it. Much thanks!
This is from Apple Music API. I’m talking about MusicKit. https://developer.apple.com/documentation/musickit/playlist/curatorname
Thank you @JoeKun!
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?
Thank you!
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!