我想使用户能够从一个有关SOS装置的照片资料库中挑选一个照片(我假设使用UIImagePickerController是通往Pi/iPod Touch的一条途径),然后用一个冰层来收集选定的照片。 固定功能也是有的。
- Is UIImagePickerController a correct way to go as a photo selecting UI
- Is there a simple way (ie. provided by framework or 3rd party, free libraries) to implement touch-enabled photo-cropping ui or do I have to do it "by hand"?
- How about rotation?