iOS8 대응 노트

2014. 11. 13. 14:32아이폰 개발

- 멀쩡하던 UIView의 drawRect에서 UIImage 객체를 drawInRect할 때 다운되는 현상 발생

UIImage 객체를 로컬로 변경하니 문제 없이 동작됨

http://stackoverflow.com/questions/2455161/unrecognized-selector-sent-to-instance


- 카메라 촬영시 다운되는 문제 발생

(1) [self presentViewController:picker animated:YES completion:NULL]; 으로 변경

(2) - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info 추가

http://stackoverflow.com/questions/18890003/uiimagepickercontroller-error-snapshotting-a-view-that-has-not-been-rendered-re


- iOS 8 이상에서 CoreLocation 사용시 대응 방법

http://comxp.tistory.com/313