Update label text after JSON parsing

Hi All,

Beginner here. Just finished the online course and testing some scenarios.
One question though… After successfully parsing JSON data, how can I update a label text?
It’s only a “current weather” label.

In a tableview you can use reloadData. Is there a way to do this or must you use collection or tableviews all the time for these kind of things?

Any help would be greatly appreciated.

C.

Welcome to the community Christophe

Label.text = “this is the label’s text”