I save some images locally. The user can associates/dissociates them to some text.I would to check if an image is associated to a note and, if not, delete it from the local dir.
Should it better to check this every time the user dissociates the image?
or by scheduling the check?
In the second case, what could I use?
↧
Scheduling an operation (NSTimer?)
↧