简体   繁体   中英

How to show image in TableViewCell from Firebase storage

I have a menu page in my app and for further when I will need make changes in pictures of my menu I want to know how to do it by firebase.

在此处输入图片说明在此处输入图片说明

I think you have to add the image type inside your string array and you should be good. Check the type of image you use if it is jpeg then it will be "1.jpg" and so on.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM