調(diào)用系統(tǒng)界面
、互艾、她奥、
UIImagePickerController *picker = [[UIImagePickerController alloc] init];
picker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
picker.delegate = self;
[self presentModalViewController:picker animated:YES];
[picker release];
蝙砌、、九默、
跳轉(zhuǎn)到系統(tǒng)相簿界面后標(biāo)題顯示“photos”,手機已經(jīng)設(shè)置顯示中文宾毒,糾結(jié)半天驼修,最終在info.plist設(shè)置解決問題
info.plist里面添加Localized resources can be mixed YES
表示是否允許應(yīng)用程序獲取框架庫內(nèi)語言。