Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

didCompletePreview method not being called in my controller, as i want to make the seen request to server #142

@halainn

Description

@halainn

I know that if we need to Move seen stories status back to server in order to get the updated stories from the server we need to call API in didCompleteProgress method in the IGStoryPreviewCell. but when i seen the snap this method is not being called in my controller so how can i do this please explain.

extension ViewController: StoryPreviewProtocol {
    
   func moveToPreviousStory() {
        print("Goes to previous story")
    }
    
    func didTapCloseButton() {
        print("Goes Cancel")
    }
    
    func didCompletePreview()
    {
        print("Goes here")

        self.CallViewStoryService()
    }
}

delegate not being called in my view controller

Thanks

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions