迷茫2017-04-21 10:59:39
Because the pixels on the display are discrete.
Therefore, if your frame is given a decimal, the display of each pixel will be incomplete and blurred.
This problem does not only occur on UILabel, so UIView will also have this problem.
It is recommended not to use decimals when it comes to frame, bounds, size, path, etc.