You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use the view programmatically but i keep getting "video file not found". It only works when I add a view to the storyboard and set the video there which is not what i need for now. I need to be able to change the video programmatically.
let SDLoopingVideoView(frame: self.loopingVideoView.frame,
video: .video(fileName: "onboarding-1", fileExtension: .mp4))
The text was updated successfully, but these errors were encountered:
I've been trying to use the view programmatically but i keep getting "video file not found". It only works when I add a view to the storyboard and set the video there which is not what i need for now. I need to be able to change the video programmatically.
The text was updated successfully, but these errors were encountered: