07 2015 档案

摘要:[_scrollView setShowsHorizontalScrollIndicator:NO]; 阅读全文
posted @ 2015-07-11 09:36 Dived 阅读(945) 评论(0) 推荐(0)
摘要:UIColor * color = [UIColor redColor];//这里我们设置的是颜色,NSDictionary * dict = [NSDictionary dictionaryWithObject:color forKey:NSForegroundColorAttributeName... 阅读全文
posted @ 2015-07-03 17:07 Dived 阅读(1156) 评论(0) 推荐(0)
摘要:------------------1. 最简单的方法拖拽, 这个就不用多解释了吧. 直接拖拽到另一个视图控制器, 选择 show, 就行了.2. 利用 Segue 方法(这里主要是 方法1 的传值)连好线, 点击 连线中间部分, 设置 Identifier.然后 调用 performSegueWi... 阅读全文
posted @ 2015-07-01 09:25 Dived 阅读(4316) 评论(1) 推荐(0)