How to correctly place the contents of a UITableViewCell with the image "Right Detail" correctly?

I use the storyboard, static cells, and the "Right Detail" cell style. My problem looks both in Xcode and in the simulator (red lines added for guidance):

enter image description here

As you can see, the third line is off. It shifts to the right by 1 point. Both images and marks are offset. All images are 24px wide, and the size inspector shows this correctly. The settings for the attribute inspectors for all three cells are identical except for the image.

What happened? Thank!

+3
source share
1 answer

It seems that the most likely explanation is that your "X" pattern is not centered correctly.

, Photoshop, , , , , , - (, - @2x)

(, ), , , , , .

+2

All Articles