StorylyLoadingView

@objc
public protocol StorylyLoadingView

This protocol represents a loading view that you can inherit to customize the loading view of stories

  • Implement this method to return the loading view

    Declaration

    Swift

    @objc
    func getView() -> UIView
  • Implement this method to include your show actions

    Declaration

    Swift

    @objc
    func show()
  • Implement this method to include your hide actions

    Declaration

    Swift

    @objc
    func hide()