UItableViewCell updating wrong cell label text
问题 I have a UITableView, Where I'm loading address from Geocoder by latlng. when I scroll down tableview first time all is fine & working in good manner. But Problem is when I'm scroll up then all address lost their cell. I mean the address of 5th cell now showing on 1st cell. This is my cellForRowAt tableview method let cell = self.mytableView.dequeueReusableCell(withIdentifier: "cell", for: indexPath) as! HomeCell let position = indexPath.row let data = mVehicleList[position] getAddress(lat: