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
414 stars 76 forks source link

Story controller closes second time #121

Closed punitsilversky closed 3 years ago

punitsilversky commented 3 years ago

Hi @boominadhaprakash

I found one issue, that first time story view controller works fine. But, Second time it closes the controller without completing story

So, Please see this Zip File I've attached video in zip..

Please Look into this...

Thanks! Punit

Screen Recording 2021-01-13 at 3.08.35 PM.mov.zip ..

boominadhaprakash commented 3 years ago

HI @punitsilversky

Is that issue happening on our default master branch code?

punitsilversky commented 3 years ago

Hi @boominadhaprakash

In your default master branch code is working fine.

But I'm using your code in my app it generates above issue.

I'm trying to know why this issue comes

If you know something about this Please let me know or give some hint about that

Thanks!

boominadhaprakash commented 3 years ago

@punitsilversky

Are you handling the data with already user viewed or not? If you are doing like that means, you have to check that logic only.

If you want to check the issue, comment all the implementation and enable the functionality one by one. So that you can easily find, which functionality making this issue.

punitsilversky commented 3 years ago

Thanks @boominadhaprakash

I will check and try to solve