gpt4 book ai didi

ios - 如何在 ViewController 中设置文件路径?

转载 作者:行者123 更新时间:2023-11-30 11:47:38 24 4
gpt4 key购买 nike

这是我的项目结构:

image 0

我有 2 个不同的 View Controller (GameViewController, TaskViewController)。它们都应该能够向用户显示 WebView

  • GameViewController WebView 应加载文件 www/game/index.html

  • TaskViewControllerweb View 应加载文件 www/task/index.html

添加 WebView 非常简单。但我怎样才能指定正确的路径呢?

这是我在 GameViewController 中尝试过的:

let url = Bundle.main.url(forResource: "index", withExtension: "html", subdirectory: "www/game") // not working

let url = Bundle.main.url(forResource: "index", withExtension: "html", subdirectory: "game") // not working

let url = Bundle.main.url(forResource: "index", withExtension: "html", subdirectory: "myApplication/www/game") // not working

如何正确设置文件的路径(具有相同的名称 [index.html] )?

任何帮助将不胜感激。谢谢。

最佳答案

尝试添加选定引用的文件,假设我有一个名为 pp 的文件夹,其中有一个 premium.txt 当我将其拖到 Xcode 时选择>创建文件夹引用并通过子目录轻松引用它,该文件夹将具有蓝色

enter image description here

enter image description here

关于ios - 如何在 ViewController 中设置文件路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48643895/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com