button = [[UIButton alloc] initWithFrame:CGRectMake(77, 23, 130, 25)];
CGRectGetMaxY(fakeButton.frame)
CGRectGetMaxY这个函数字面意思是指:求CGRect对象的最大Y的值。即23+25
button = [[UIButton alloc] initWithFrame:CGRectMake(77, 23, 130, 25)];
CGRectGetMaxY(fakeButton.frame)
CGRectGetMaxY这个函数字面意思是指:求CGRect对象的最大Y的值。即23+25
本文标题:2018-04-26 CGRectGetMaxY
本文链接:https://www.haomeiwen.com/subject/vhdplftx.html
网友评论