Guest User

Untitled

a guest
Jan 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. @IBOutlet weak var myMovie: WKInterfaceInlineMovie!
  2.  
  3. func playSound(numberOfNote: Int) {
  4. let soundURL = Bundle.main.url(forResource: "note(numberOfNote)", withExtension: "wav")!
  5. myMovie.setMovieURL(soundURL)
  6. myMovie.playFromBeginning()
  7. }
Add Comment
Please, Sign In to add comment