setLoops(_:) Sets a Boolean value indicating whether the movie plays in a continuous loop. Declarationfunc setLoops(_ loops: Bool) Parametersloops: A Boolean value indicating the looping behavior. Specify True to play the movie in a continuous loop or False to play the movie once and then stop playback. Defaults to False. See AlsoSetting Movie PropertiessetAutoplays(_:)setMovieURL(_:)setPosterImage(_:)setVideoGravity(_:)