I have made a view like this:
To make the divider lines, I am using UIViews with small heights.
Now , the problem is that the storyboard doesn't accept some heights for my dividers. For instance, when I try to set the height to 0.8, it changes it to 0.67. or when I try to set it to 1.5, it changes it to 1.67 and so on.
I have tried to set height constraints and also removing all of the constraints from the whole container but nothing changed.
Does anyone know what is the reason for this?