jan
jan
after all it's look like I can create a handle for some error. - adding automaticallyWaitsToMinimizeStalling = true to handle when player still .buffering or .loading but AudioPlayer.currentTime keep updating...
@jorgenhenrichsen
it's happend to me, for some case I set `automaticallyWaitsToMinimizeStalling = false` The currentTime won't counting to the end of song. But it's still happend when I play song with...
@jorgenhenrichsen
@jorgenhenrichsen
@purbayanto @shoaibahmedqureshi Corret me if I'm wrong. as far as I know this issue related with memory leak on JSONDecoder().decode: https://stackoverflow.com/questions/65197417/swift-memory-leak-in-jsondecoder
how abut using?: UIColor(dynamicProvider: { (trait) -> UIColor in return trait.userInterfaceStyle == .dark ? UIColor(red: 0.35, green: 0.35, blue: 0.35, alpha: 1.00) : .white })
@Juanpe please add this configuration on .podspec file `s.ios.resource_bundles = {'SkeletonView' => ['SkeletonViewCore/Sources/Suporting Files/PrivacyInfo.xcprivacy']}` and make update for cocoapod
> > Or any idea how to install with SwiftPM > > Do you try to install the branch main? if not working, you can try my repo to install...