Learn how to add a custom seek bar to your FastPix iOS Player using FastPixSeekBar and FastPixSeekManager.
Create and position a FastPixSeekBar in your player view. Connect its onSeekEnd handler to the player’s seek method:
Conform to FastPixSeekDelegate to receive real-time updates for buffered time and current playback position. Use these callbacks to keep the seek bar in sync with the player: