摘要: NSArray和NSMutableArray的常用方法 (转) (2013-09-06 15:13:46) NSArray和NSMutableArray的常用方法 (转) 标签: it 分类: ios编程 it 初始化方法: 1.init返回一个空数组 2.initWithArray从已有数组初始化 阅读全文
posted @ 2016-07-20 10:22 欧莱雅 阅读(92) 评论(0) 推荐(0) 编辑
摘要: [noResultLabel setFont:[UIFont fontWithName:@"Helvetica-Bold" size:22]]; 阅读全文
posted @ 2016-07-20 09:30 欧莱雅 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1.添加QuartzCore并引入头文件 #import <QuartzCore/CoreAnimation.h> 2. PushView 的动画修改 [self.navigationController pushViewController:viewController animated:NO]; 阅读全文
posted @ 2016-07-20 00:11 欧莱雅 阅读(221) 评论(0) 推荐(0) 编辑