I have UIActionSheet with 3 options -
- Take a photo (from camera)
- Choose from library
- Edit photo (if user has profile picture )
I use UIImagePickerController and don't have problems with first 2 options. User choose photo and then can zoom/move to crop one.
So, my question is - how I can put already saved photo for editing (3rd option) with current scale factor and frame. F.e if I choose "edit photo" I want to get the same photo "state" that I've choosen after preview.
That is how native "contacts" app works!
