摘要: 1.frame(修改位置和尺寸):以父控件左上角为坐标原点,在其父控件中的位置和尺寸。 //frame属性中的坐标点不能直接修改 CGRect tempFrame = self.v.frame; // 1.取出原来的属性 tempFrame.origin.y+=10;//... 阅读全文
posted @ 2015-10-18 17:40 老树昏鸦 阅读(2402) 评论(0) 推荐(0) 编辑
摘要: YJQApp *appInfo =self.apps[i]; //.添加图片 UIImageView * iconView = [[UIImageView alloc]init]; CGFloat iconW=... 阅读全文
posted @ 2015-10-18 10:39 老树昏鸦 阅读(246) 评论(0) 推荐(0) 编辑