Masonry icon indicating copy to clipboard operation
Masonry copied to clipboard

make.height.mas_equalTo Issue

Open jjyygg opened this issue 8 years ago • 2 comments

I want to make two views as my cell's separate line.So I code this make.height.mas_equalTo(0.5).However,the height of one line is 0.666667 and the height of the other line is 0.333333. I used the simulator is iPhone6s plus. When I use the iphone6s display is normal.When I set the constraint height to 0.6, the height of both lines is 0.666667. I would like to know why this is the end.

jjyygg avatar Jan 11 '17 08:01 jjyygg

How did you solve the problem?

topjx avatar Feb 14 '19 01:02 topjx

I have got the same problem, so what is the solvation?

Jason8Zhang avatar Sep 09 '19 05:09 Jason8Zhang