Notice
Recent Posts
Recent Comments
Link
NewGen
2019-03-15 XLSX File Open Document Based App 본문
2019-03-15 XLSX File Open Document Based App .
Create Document Based App.
2. Add 2 items on info.plist
3. Configuration “Document Type”
Types : org.openxmlformats.spreadsheetml.sheet
4.Build and Run.
-Test File Name is “js_test.xlsx” and enabled the file name.
5. When I did touch the file,
called “didPickDocumentsAt” in DocumentBrowserViewController class.
b. called “presentDocument” in DocumentBrowserViewController class.
→ at that time, check the file path with print():
c. called “viewWillAppear” in DocumentViewController class.
d. called “load” in Document class.
e. completed open the file in viewWillAppear.
f. summery steps of file open.
'IOS' 카테고리의 다른 글
Play Video of UIWebView in LockScreen (0) | 2019.08.09 |
---|---|
how to set splash screen image. (0) | 2019.05.09 |
2019-03-03 ios with google firebase basic 1 (0) | 2019.03.06 |
앱개발중 앱 인증 문제가 발생, 설정->일반->기기관리 메뉴안보일때 (2) | 2019.02.28 |
iOS alert message box 만들기 (0) | 2019.02.17 |
Comments