2016年11月18日

导入 第三方 框架时 如果出现 use_frameworks

摘要: [!] Pods written in Swift can only be integrated as frameworks; add `use_frameworks!` to your Podfile or target to opt into using it. The Swift Pods b 阅读全文

posted @ 2016-11-18 17:48 举个例子yi聪聪 阅读(1003) 评论(0) 推荐(0) 编辑

iOS10 去掉tabbar 上边的黑线

摘要: iOS 10 去掉顶部黑线 UITabBar *tabbarsub = [UITabBar appearance]; [tabbarsub setBackgroundImage:[UIImage new]]; [tabbarsub setShadowImage:[UIImage new]]; 阅读全文

posted @ 2016-11-18 14:33 举个例子yi聪聪 阅读(1804) 评论(0) 推荐(0) 编辑

表示图 禁止下拉

摘要: 1 回弹机制:bounces alwaysBounceHorizontal alwaysBounceVerticalbounces:描述的当scrollview的显示超过内容区域的边缘以及返回时,是否有弹性,默认值为YES。值为YES的时候,意味着到达contentSize所描绘的的边界的时候,拖动 阅读全文

posted @ 2016-11-18 08:47 举个例子yi聪聪 阅读(250) 评论(0) 推荐(0) 编辑

导航