上一页 1 ··· 5 6 7 8 9
摘要: 创建labelUILabel *label1 = [[UILabel alloc] initWithFrame:CGRectMake(20, 40, 280, 80)];设置背景色label1.backgroundColor = [UIColor grayColor];设置taglabel1.tag... 阅读全文
posted @ 2015-10-10 15:10 上官元空 阅读(125) 评论(0) 推荐(0) 编辑
摘要: NSDictionary *dict = [[NSBundle mainBundle] infoDictionary];NSString *strVer = [NSString stringWithFormat:@"%@",[dict objectForKey:@"CFBundleShortVers... 阅读全文
posted @ 2015-10-10 14:50 上官元空 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 在自己的.a里面集成 别人的.a 需要添加的 库不是添加在.a里面 而是调用.a的工程里面ios7 显示图片 图片名后面必须加 .png 后缀 要不然IOS7的系统不能显示相应的图片切换导航栏的viewController self.tabBarController.selectedIndex=1; 阅读全文
posted @ 2015-10-10 14:46 上官元空 阅读(91) 评论(0) 推荐(0) 编辑
摘要: transform属性在OC中,通过transform属性可以修改对象的平移、缩放比例和旋转角度常用的创建transform结构体方法分两大类(1) 创建“基于控件初始位置”的形变CGAffineTransformMakeTranslation(平移)CGAffineTransformMakeSca... 阅读全文
posted @ 2015-10-10 14:36 上官元空 阅读(690) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9