recentDocumentURLs 썸네일형 리스트형 noteNewRecentDocumentURL is not working 처음 프로젝트를 만들 때 document base로 만들지 않은 상태에서 파일 저장 히스토리를 관리해야할 일이 생겼다. 찾아보니 [[NSDocumentController sharedDocumentController]noteNewRecentDocumentURL:testUrl]; 와 같은 형식으로 쓰면 가능했다. 우선 테스트 코드를 작성해 봤다. NSString* testPath = @"/Users/zamcom/Documents/test.txt"; NSURL* testUrl = [NSURL URLWithString:testPath];[[NSDocumentController sharedDocumentController]noteNewRecentDocumentURL:testUrl]; NSDocumentContro.. 더보기 이전 1 다음