Skip to content

Commit

Permalink
#71 Added sound
Browse files Browse the repository at this point in the history
  • Loading branch information
kperusko committed Dec 23, 2015
1 parent e696b26 commit 5772870
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DesignStudioExpress/ViewModels/EndActivityViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ class EndActivityViewModel {
}

func viewDidAppear() {
// play alarm sound
// http://iphonedevwiki.net/index.php/AudioServices
AudioServicesPlayAlertSound(1304)
// play vibration sound
AudioServicesPlayAlertSound(kSystemSoundID_Vibrate)
}

Expand Down

0 comments on commit 5772870

Please sign in to comment.