I'm a rookie in iOS development. I want to insert an HTML5 local page into an iPad App. I tried some tutorials but they didn't work.
I'm using Xcode 4.3.2. Could anyone help me?
Thanks in advance.
I'm a rookie in iOS development. I want to insert an HTML5 local page into an iPad App. I tried some tutorials but they didn't work.
I'm using Xcode 4.3.2. Could anyone help me?
Thanks in advance.
按照本教程http://dblog.com.au/iphone-development/loading-local-files-into-uiwebview/
综上,做一个uiwebview,从NSFileManager获取本地文件URL,加载URL。