03 2019 档案

摘要: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 阅读(613) 评论(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 阅读(2618) 评论(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 阅读(495) 评论(0) 推荐(0)
摘要:// // HomeLiveRankCell.swift // YYSwiftProject // // Created by Domo on 2018/7/28. // Copyright © 2018年 知言网络. All rights reserved. // import UIKit cla 阅读全文
posted @ 2019-03-28 10:01 sundayswift 阅读(922) 评论(0) 推荐(0)
摘要:swift中的使用案例样式 // Mark: -数据源更新 typealias AddDataBlock = () ->Void var updataBlock:AddDataBlock? func loadLiveData(){ let grpup = DispatchGroup() grpup. 阅读全文
posted @ 2019-03-28 09:43 sundayswift 阅读(3238) 评论(0) 推荐(0)
摘要:// // RecommendNewsCell.swift // XMLYFM // // Created by Domo on 2018/8/2. // Copyright © 2018年 知言网络. All rights reserved. // import UIKit class Recom 阅读全文
posted @ 2019-03-28 09:15 sundayswift 阅读(552) 评论(0) 推荐(0)
摘要:2018年03月01日 19:17:42 https://blog.csdn.net/sinat_21886795/article/details/79416068 今天介绍一个IOS的轮播控件FSPagerView。 FSPagerView是一个优雅的轮播控件,它可以十分轻松有效地制作轮播视图、产 阅读全文
posted @ 2019-03-27 00:28 sundayswift 阅读(4483) 评论(0) 推荐(0)