How do you loop a watchOS 2 video so it plays over and over forever?
All I have right now is the video playing once. What code should I add to change that?
How do you loop a watchOS 2 video so it plays over and over forever?
All I have right now is the video playing once. What code should I add to change that?
Copyright © 2021 Jogjafile Inc.
You can loop a
WKInterfaceMovie
by settingsetLoops
to YES/true.Swift sample code: