Add a custom seek bar
Learn how to add a custom seek bar to your FastPix iOS Player using FastPixSeekBar and FastPixSeekManager.
Add the seek bar
Create and position a FastPixSeekBar in your player view. Connect its onSeekEnd handler to the player’s seek method:
Implement the seek delegate
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:
What’s next
- Add seek preview thumbnails to show spritesheet-based previews during scrubbing.
- Add forward and rewind controls for skip buttons.