drawRect / Instagram_Stories

Inspired by Instagram Stories functionality. This source is similar to Instagram Stories, which is having both image and video support.
MIT License
416 stars 76 forks source link

While playing video if it stops due to network issue, How I can resume progress bar again? #127

Open gudiya2610 opened 3 years ago

akshayskycap commented 3 years ago

HIi @ranmyfriend @boominadhaprakash Kindly reply ASAP

boominadhaprakash commented 3 years ago

Hi @gudiya2610 @akshayskycap

Need to show one connection error reload button on centre of the snap when network issue comes. Pause the snap progressor (method is already there in IGStoryPreviewCell) when there is network issue. Again when internet comes or when users clicks on the connection error reload button, need to check internet connection and resume the snap progressor. Pause and resume the snap progressor methods are already there in IGStoryPreviewCell.