ios - SDWebImage images loading out of order -


My images are not loaded in the correct order, even load the first app list.

If I'm doing something wrong here, tell me?

  - (Vistartab Drishykel *) Talikadrishy: (UITableView *) Table View Selforrautindappath: (NSIndexPath *) indexPath {DetailTableViewCell * cell = (Vivrntab Drishykel *) [Talikadrishy dequeueReusableCellWithIdentifier: @ "QueueCell"] ; Cell.textLabel.text = _tracks [indexPath.row] [@ "title"]; If (_ thumbnail count & gt; Indekspathkro) {[cell.imageView sd_setImageWithURL: [Ansuar URLWithString: _ thumbnail [Indekspethkro]]]; } Cell.upVoteButton.tag = indexPath.row; Cell.downVoteButton.tag = indexPath.row; NSString * Rating = _tracks [indexPath.row] [@ "Usurating"]; If (! (Rating == (ID) [NSNull null] || rating. Cross == 0)) {if ([Retingijheltostring: @ "1"]) {Selkapvibetbutnkimej Viaiuai = [Uaimej enrolled Image: @ "UpArrowColor"]; Cell.downVoteButton.imageView.image = [UIImage imageNamed: @ "Daunaro"]; } Else if ([Rating Ikwoltostring: @ "- 1"]) {cell.downVoteButton.imageView.image = [UIImage imageNamed: @ "DownArrowColor"]; Cell.upVoteButton.imageView.image = [UIImage imageNamed: @ "Apro"]; } Else {cell.downVoteButton.imageView.image = [UIImage imageNamed: @ "Down Arrow"]; Cell.upVoteButton.imageView.image = [UIImage imageNamed: @ "Apro"]; }} Return Cell; }  are 

images load randomly, once it is on the right place.

screenshot,


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -