如何从Firebase存储在TableViewCell中显示图像

时间:2019-04-10 16:16:01

标签: ios swift firebase firebase-realtime-database

我的应用程序中有一个菜单页面,在需要更改菜单图片的情况下,我想知道如何通过firebase进行操作。

enter image description here enter image description here

1 个答案:

答案 0 :(得分:0)

我认为您必须在字符串数组中添加图像类型,您应该会很好。检查您使用的图像类型是否为jpeg,然后为“ 1.jpg”,依此类推。

var imagesForMenu: [String] = ["1.png", "2.png"]