yackle / CLImageEditor

MIT License
2.22k stars 574 forks source link

Handle navigation button events. e.g. Back, Done #144

Closed Rashesh-Bosamiya closed 8 years ago

Rashesh-Bosamiya commented 8 years ago

Hello,

I've added custom thumbnail in the horizontal slider called "Add Image". After clicking added two new thumbnails called "from gallery", "camera".

But when I press the Back button from the navigation panel, the horizontal slider remains the same means it doesn't go back to its previous state.

So, I want to handle back and done button action.

Thanks!

yackle commented 8 years ago

I think you should remove the horizontal slider in -(void)cleanup.

Rashesh-Bosamiya commented 8 years ago

Would you please explain, what code do I need to put inside this method in order to remove horizontal slider.

yackle commented 8 years ago

I'm not sure you want to do. Can I see your code?