Guest User

Untitled

a guest
Apr 24th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. for song in songPath
  2. {
  3. var mySong = song.absoluteString
  4. if mySong.contains (".flac")
  5.  
  6. let audioPath = Bundle.main.path(forResource: songs[indexPath.row], ofType: "flac")
Add Comment
Please, Sign In to add comment