如何在主线程中等待异步Firebase调用(快速)
背景:
I am using a library called KolodaView which generates Tinder-esque cards for Swift applications. The Cards are rendered during the viewDidLoad() function of my view controller after assigning the delegate. I wrote the viewForCardAt() delegate function...