Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 ios5 中运行应用程序时,无法从我的应用程序中获取照片库。有没有机构对此有解决方案?
它工作得很好 - 只要打电话
UIImagePickerController* imagePicker = [[[UIImagePickerController alloc]init]autorelease]; imagePicker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary; [imagePicker takePhoto];