gpt4 book ai didi

ios - 从 xcode 中的 Assets 目录中获取图像名称列表

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:06:29 52 4
gpt4 key购买 nike

<分区>

我是 xCode 的新手。我想从 Assets 目录中的文件夹创建一个 UIImage 数组 - 请参见屏幕截图(“Brands”文件夹)。

Assets folder details

像这样将其加载到 UITableView 中:

private func loadLocalBrands() {

// Load images names from assets and add them to array
let names : [String] = ["Avon","Dove","Faberlic","Grand","GreenLight","Loreal",
"Loreal", "MaxFactor", "Nivea", "Olay", "Oriflame",
"Rexona","Schwarzkopf","Spaquatoria","Wella"]

for name in names{
brands.append(Brand.init(name: name, photo:
UIImage(named: name), rating: Int(arc4random_uniform(5) + 1))!)
}
}

它工作正常 - 看截图

simulator screenshot

但如果我要尽快添加更多图像,我也需要扩展“名称”数组。

所以我想获取位于 Assets 目录中“Brands”文件夹中的文件列表。

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