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

A request to the server When snap viewed #87

Closed UtkuDalmaz closed 4 years ago

UtkuDalmaz commented 4 years ago

I want to send a request to the server (seen request) when each snap viewed.

Where can I implement that request in the code? Can you help me?

boominadhaprakash commented 4 years ago

Hi @UtkuDalmaz

You can implement server related code in didCompleteProgress method when snap moves automatically. Suppose user tap before snap progress completes, you can implement the server code in didTapSnap/willMoveToPreviousOrNextSnap method. You can find these methods in IGStoryPreviewCell class.

Regards, Boominadha Prakash

UtkuDalmaz commented 4 years ago

@boominadhaprakash thank you.

boominadhaprakash commented 4 years ago

@UtkuDalmaz Welcome.