My app will create an object. That object will continuously run one of its method, let's say batch processing pictures.
If its method is running, and I release the object and it is dealloced, will iOs automatically deal with the method of the object? for example, automatically stop running the method of the object and avoiding bad_exec?