step by step I am advancing creating my first iOS app. Now I am experiencing a strange behaviour on a table view controller which I am not able to solve and I have been searchin
Your problem appears to be in the configureCell: method. You are not taking cell reuse into account. The cell you are configuring could have need used before and could have had an urgent status previously.
Your code only deals with the situation where the cell is urgent, in which case it adds a subview. There are two problems with this approach:
else after the if). This would hide the urgent icon.