摘要: automaticallyChangeAlpha 下拉或上拉时,文字颜色逐渐加深 阅读全文
posted @ 2015-06-02 22:35 Emyin 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 处理方法: The INFOPLIST_FILE build setting specifies the name of the Info.plist associated with your target. When building a target, Xcode reads this buil 阅读全文
posted @ 2015-06-02 21:49 Emyin 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 手拖拽后会调用 [scrollView setContentOffset:CGPointMake(200, 10) animated:YES];后会调用 阅读全文
posted @ 2015-06-02 21:27 Emyin 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 控件创建出来设置了frame,在某处用了该控件的尺寸,但是系统也许在这个时候还没有计算该控件的尺寸什么的,所以这个时候就要强制系统计算布局。 阅读全文
posted @ 2015-06-02 16:27 Emyin 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 在分类中声明@property, 只会生成方法的声明, 不会生成方法的实现和带有_下划线的成员变量 阅读全文
posted @ 2015-06-02 14:17 Emyin 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 想做的效果如下: 结果那个首页、手办模型神马的就是不显示啊。。。 这个标签栏是用scrollView做的,解决办法: viewController.automaticallyAdjustsScrollViewInsets = NO; 阅读全文
posted @ 2015-06-02 13:12 Emyin 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 信息如下: 不知道为撒出现这个问题,查资料也木有查到。。看提示信息可能是UIKit的问题,所以就试着这样解决,结果居然好了。。。。有谁知道原因的告诉额一声啊,拜托! 阅读全文
posted @ 2015-06-02 11:02 Emyin 阅读(937) 评论(0) 推荐(0) 编辑
摘要: view.backgroundColor = [[UIColor whiteColor] colorWithAlphaComponent:0.7]; //颜色透明度 阅读全文
posted @ 2015-06-02 10:03 Emyin 阅读(278) 评论(0) 推荐(0) 编辑