Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
ec872f41
Commit
ec872f41
authored
Dec 23, 2023
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加第三方组件
parent
7aaecd26
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
3 deletions
+26
-3
Podfile
galaxy/Podfile
+25
-2
YHMyViewController.swift
galaxy/galaxy/Modules/Mine(我的)/C/YHMyViewController.swift
+1
-1
No files found.
galaxy/Podfile
View file @
ec872f41
...
@@ -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
galaxy/galaxy/Modules/Mine(我的)/C/YHMyViewController.swift
View file @
ec872f41
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment