This is because UITableView reuses cells. Loading them in this way causes the async requests to return at different time and mess up the order.
確定! 回上一頁