Commit ec872f41 authored by David黄金龙's avatar David黄金龙

添加第三方组件

parent 7aaecd26
...@@ -27,11 +27,34 @@ target 'galaxy' do ...@@ -27,11 +27,34 @@ target 'galaxy' do
pod 'SwifterSwift','6.0.0' pod 'SwifterSwift','6.0.0'
#下拉刷新、上拉更多 #下拉刷新、上拉更多
pod 'ESPullToRefresh',"2.9.3" pod 'ESPullToRefresh',"2.9.3"
#Toast
pod 'Toast-Swift', '5.0.1'
#富文本 UILabel
pod 'Nantes','0.1.2'
#提示框
pod 'PKHUD','5.3.0'
#日志 调试
pod 'CocoaDebug', '1.7.7'
#date分类
pod 'SwiftDate','7.0.0'
#定时器
pod 'SwiftyTimer','2.1.0'
#UIColor 的扩展
pod 'Hue','5.0.0'
#内存泄漏
pod 'LifetimeTracker','1.8.1'
#控制台转换成中文
pod 'ByebyeUnicode','1.1.0'
#轮播图
pod 'FSPagerView','0.8.3'
#字典、模型互转
pod 'SmartCodable','2.2.2'
# #数据模型转换 # #数据模型转换
pod 'HandyJSON','5.0.2' pod 'HandyJSON','5.0.2'
# #提示框
pod 'PKHUD','5.3.0'
end end
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
import UIKit import UIKit
import SnapKit import SnapKit
import PDFKit
struct PersonalModuleItem { struct PersonalModuleItem {
var icon: String var icon: String
...@@ -19,7 +20,6 @@ struct PersonalModuleItem { ...@@ -19,7 +20,6 @@ struct PersonalModuleItem {
} }
class YHMyViewController: YHBaseViewController { class YHMyViewController: YHBaseViewController {
lazy var tableView: UITableView = { lazy var tableView: UITableView = {
let tableView = UITableView(frame: CGRect.zero, style:.plain) let tableView = UITableView(frame: CGRect.zero, style:.plain)
tableView.backgroundColor = UIColor.red tableView.backgroundColor = UIColor.red
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment