码迷,mamicode.com
首页 >  
搜索关键字:frameboundscenter    ( 1个结果
IOS开发之控件frame/bounds/center尺寸改变小技巧-简单给UIView新增分类(github链接)
大家是否还记得对控件的frame/bounds/center进行属性更改时的三部曲? 1>将结构体取出 2>改变取出后的结构体对应的数据 3>将修改后的结构体赋值给控件 CGRect frame = self.view.frame; // your code... frame.origin.x = frameX; // your code... se...
分类:移动开发   时间:2015-07-06 10:23:25    阅读次数:145
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!