Xcode – How to load data from local JSON to the labels in table view using swift
Have some problem with loading data from JSON to my labels in table view cell. Data is working, I can print it, but when I trying to load, it shows an error "Index out of range" or only empty table…