I know I can use some HTML Elements like <img>
tag, but I have 50+ rows in the table, and icons are 10, let's take an example, I have 25 rows in table which are related apple and 25 rows in table which related to oranges and all rows are mixed up, So what is the best way to add Apple and orange icons,
I Got A Objective-C Code Which My Work With My Requirements but Need it for Website
cell.imageView.image = [UIImage imageNamed:
[NSString stringWithFormat:@"icon%d.png",indexPath.row]];
can tell the script what icons need to be added on which row numbers.
What is the Best Way to do this?