Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在问是否有可能做这样的事情。
用 html5 或其他东西设计一个 web 应用程序,然后从 localhost 将它加载到 xcode 中。
如果可以,我该怎么做?
考虑到从 0/10 xcode 知识,我有 0.5。
谢谢。
最简单的方法是让最终用户为您的 localhost webapp URL 创建一个网络链接/快捷方式。这假设全部功能都位于服务器端,而客户端仅使用/查看 HTML。
更动态的答案是在 XCode 中创建一个应用程序并包含一个 UIWebView。从那里实例化一个 NSURL 并将其指向“http://localhost/”。