While learning Cocoa Touch frameworks from the new Apple documentation I've noticed that over time some functions get deprecated which appears with a strike-through line in the documentation. As engineers or developers, how do you guys find out why a function was deprecated and most importantly how do you find the new options that are available if there are any?
An example is AVAudioPlayerDelegate where two functions have been deprecated for handling audio interruptions: AVAudioPlayerDelegate Apple Documentation