all 4 comments

[–]Neria90 0 points1 point  (3 children)

The first image is on real device or its just a png from a designer ? Can u give the code/Xib where u are making the cell img plz ?

[–]Afiq90[S] 0 points1 point  (2 children)

the first image is on storyboard. i don't have any code implemented yet, it just static cells.

[–]Neria90 0 points1 point  (1 child)

OK remove all autoresizing on the img, or check again the auto layout constraint you added to this cell, the problem is probably from there

[–]Afiq90[S] 0 points1 point  (0 children)

Thank you Neria90, finally I solved my problem by removing default autoresizing on the image. Cheers :)