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