abdul

Results 18 comments of abdul

sir i m new to ios developer i want to know if it is possible to set the frame of pop in ur STPopup. AS the popup displayed in the...

@nishant6042 implement this event on player `player.event.playbackEnd.addListener(self, handlePlaybackEnd)` ``` func handlePlaybackEnd(data: AudioPlayer.PlaybackEndEventData) { if data == .playedUntilEnd { //playing ended } } ```

get the current from your player obj ie - > var seekTime = player.currentTime then add + 30 for forward and -30 for backward

if i would have understood correctly , store the current time + 30 and add the update value on for example if u want to do forward ``` var seekTime...

can u share your code if possible

Tested with some random Twitter link, the same error message of javascript is coming

same here one of our QA engineer reported about it, is it just 13.5.1 or all 13.x versions

here is the implementation in swift [link](https://github.com/dev-abdul02/ZSSRichtextEdit-Swift), u can use Coordinator to use it in swiftUI

yes @chunxige