jpmartha / EggsBenedict

EggsBenedict is a library for sharing picture on Instagram written in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remaining the temporary image file

jpmartha opened this issue · comments

The image file in tmp/ directory isn't removed after sending it to Instagram app.
But if the deinitializer remove it, Instagram app doesn't start.

This library has the removeTemporaryImage: method to remove it now.

Add the removeTemporaryImage method without the completion paratemer.
It calls the removeTemporaryImage: method setting the completion paratemer nil.

By the way, it's not usually necessary to use these methods because this library overwrites an existing file.