How to get audio to play at time from NSDatePicker?
问题 I'm making an app which requires a sound to play at a time in the future set by the user using NSDatePicker how would I do so? I already have the AVAudioPlayer setup, I just need the help with the playing itself. And please write how to do so that answers the entire question instead of leading me elsewhere. The aim is to get an alarm that can be set by the user at a specific time using NSDatePicker and using a sound I have made and added to the project. And then for the user to have to turn