2
내 앱에서 문서 선택 도구 확장 기능을 구현하려고합니다. 그래서 prepareForPresentationInMode 메소드에서 파일 목록을 보여주는 내 자신의 네비게이션 컨트롤러를 제시합니다. 사용자가 파일을 클릭하면, 나는 documentStorageURL null로 오기
[(DocumentPickerViewController*)[self.navigationController delegate] dismissGrantingAccessToURL:[[(DocumentPickerViewController*) [self.navigationController delegate] documentStorageURL] URLByAppendingPathComponent:@"text.txt"]];
내가 [(DocumentPickerViewController *) 자체를 인쇄 할 때, 파일을 다운로드하고 아래에있는 내 확장을 호출 응용 프로그램에 파일의 URL 경로를 제공하려고합니다. navigationController delegate] documentStorageURL], null로 인쇄합니다. 내가 잘못한 일이 있으면 알려줘.