Oleg G.

Results 5 issues of Oleg G.

Hi, I am trying to have the exact date. When I print this `Date().description(with: .current)` it will show in the console this `"Saturday, November 16, 2019 at 1:10:12 AM Pacific...

**Describe the bug / To Reproduce** ``` try? player.load(item: audioItem, playWhenReady: false) player.play() print(player.playerState == AudioPlayerState.playing) // false but should be true technically ``` **Expected behavior** When using the function...

Hey, When i just put the library name in the Podfile, it fetchs only 1.0.0 So i need to add the version by tag or by commit even by using...

Is there any plan to maintain this ?

How would you select a tab from a view push/presented ? Here's an example of how i would love to use this library. ``` .environment(tabSelection) ``` and in the subview...

enhancement