StoryGroupViewFactory
@objc
public protocol StoryGroupViewFactory
This protocol defines the structure of StoryGroupViewFactory
-
This function is called when a new view is requested
Declaration
Swift
@objc func createView() -> StoryGroupView
-
This function is called when the size of the StoryGroupView is requested
Declaration
Swift
@objc func getSize() -> CGSize