Sometimes we want a simple confirmation if a line of code has been reached, especially when we need to test on device, untethered. One trick I like to use is to play a system sound:
import AudioToolbox
AudioServicesPlaySystemSound(1109)
Of course, if you are tethered, you can use a breakpoint to play a sound.
Your feedback is valuable: Do you want more nuggets like this? Yes or No
.
.