i need some guide lines for this. i want to relase an instance immediatly in ARC mode Is this the correct way to do it
if(secondScreenAudio.isPlaying == true){ [secondScreenAudio stop]; @autoreleasepool { secondScreenAudio = nil; } }
plz provide some tips thanks