上一页 1 ··· 9 10 11 12 13 14 15 下一页
摘要: https://www.jianshu.com/p/4799ac1d7dce 2017.06.02 23:55* 字数 275 阅读 1619评论 0喜欢 3 环境:xcode 8.3.2 系统: MAC OX 方法:使用桥接文件进行桥接,进行使用。 具体过程 本文以现今比较流行的AFNetwork 阅读全文
posted @ 2019-04-08 09:37 sundayswift 阅读(2353) 评论(0) 推荐(0) 编辑
摘要: Swift: 在Swift中桥接OC文件(自己创建的类文件、第三方库文件) 一、介绍 随着Swift的逐渐成熟,使用swift开发或者混合开发已经成为了一个趋势,本身苹果公司也十分推荐使用Swift这门新语言。目前Swift已经更新到了3.0,估计没有多久4.0就要出来了。那么再用Swift开发时遇 阅读全文
posted @ 2019-04-08 09:17 sundayswift 阅读(2388) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/12558d39ba08 先默念别有太多坑啊 跑起来吧 结果没有跑起来 1.第一个坑 Showing Recent Messages :-1: Multiple commands produce '/Users/wanglei/Library/De 阅读全文
posted @ 2019-04-03 15:31 sundayswift 阅读(810) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/f860fe1718ca 2016.09.13 11:53* 字数 266 阅读 1935评论 1喜欢 1 2016.09.13 11:53* 字数 266 阅读 1935评论 1喜欢 1 2016.09.13 11:53* 字数 266 阅读 1 阅读全文
posted @ 2019-04-03 11:01 sundayswift 阅读(2583) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/96d868dcd69c 2017.07.07 16:23* 字数 295 阅读 5218评论 2喜欢 4 首先,在OC项目的Podfile文件中添加如下 use_frameworks! pod 'PromiseKit', '~> 4.2.2' # 阅读全文
posted @ 2019-04-03 10:22 sundayswift 阅读(3503) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/6be32a047ca7 原文地址: Objective-C 和 Swift 第三方库使用 注1:文章写于2016年9月,(swift 3.0、Xcode 8)不同版本可能不同,仅作参考。注2:个人总结出的最好方式是使用cocoapods,没有用过 阅读全文
posted @ 2019-04-03 10:19 sundayswift 阅读(476) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/upliver/p/5138160.html 如何在Swift的代码中使用OC的代码, 在OC的代码中使用Swift的代码? 随着苹果公司对Swift的推广力度不断加大,市场上很多的项目都在逐步的转向使用Swift开发,但由于各种原因,公司不可能一时间 阅读全文
posted @ 2019-04-03 09:42 sundayswift 阅读(7484) 评论(1) 推荐(0) 编辑
摘要: import UIKit class CVLayerView: UIView { var pulseLayer : CAShapeLayer! //定义图层 override init(frame: CGRect) { super.init(frame: frame) let width = sel 阅读全文
posted @ 2019-03-28 16:02 sundayswift 阅读(555) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weiwandaixu_/article/details/88842491 2019年03月27日 13:35:40 一如初夏丿 阅读数:31 标签: linker command failed with exi Xcode10.2 swift5.0 Ha 阅读全文
posted @ 2019-03-28 15:26 sundayswift 阅读(2596) 评论(0) 推荐(0) 编辑
摘要: 在cell中 // 播放器动画效果 private var replicatorLayer:ReplicatorLayer = { let layer = ReplicatorLayer.init(frame: CGRect(x: 0, y: 0, width: 2, height: 15)) re 阅读全文
posted @ 2019-03-28 10:11 sundayswift 阅读(464) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 下一页