Populate a collection view with firebase data

前端 未结 1 1439
春和景丽
春和景丽 2021-02-02 03:47

I\'m trying to recreate a new firebase project where you populate a table view with data from firebase realtime database that contain links to images in firebase storage.

1条回答
  •  甜味超标
    2021-02-02 03:56

    You are correctly inserting the items into your array within the completion block, but you are missing a call to reload your collectionView.

    0 讨论(0)
提交回复
热议问题