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
d5077b5c
Commit
d5077b5c
authored
Apr 07, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除 不使用的库 减少包体积
parent
2ff3c1d0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
Podfile
galaxy/Podfile
+6
-6
YHEducationDetailVC.swift
...ation&Qualification(学历专业资格填写)/C/YHEducationDetailVC.swift
+1
-1
YHEducationInfoListVC.swift
...ion&Qualification(学历专业资格填写)/C/YHEducationInfoListVC.swift
+1
-1
YHQualificationDetailVC.swift
...n&Qualification(学历专业资格填写)/C/YHQualificationDetailVC.swift
+1
-1
No files found.
galaxy/Podfile
View file @
d5077b5c
...
@@ -29,8 +29,8 @@ target 'galaxy' do
...
@@ -29,8 +29,8 @@ target 'galaxy' do
pod
'SwifterSwift'
,
'6.0.0'
pod
'SwifterSwift'
,
'6.0.0'
#下拉刷新、上拉更多
#下拉刷新、上拉更多
pod
'ESPullToRefresh'
,
"2.9.3"
pod
'ESPullToRefresh'
,
"2.9.3"
#Toast
#
#Toast
pod
'Toast-Swift'
,
'5.0.1'
#
pod 'Toast-Swift', '5.0.1'
#富文本 UILabel
#富文本 UILabel
pod
'Nantes'
,
'0.1.2'
pod
'Nantes'
,
'0.1.2'
#提示框
#提示框
...
@@ -43,8 +43,8 @@ target 'galaxy' do
...
@@ -43,8 +43,8 @@ target 'galaxy' do
pod
'SwiftyTimer'
,
'2.1.0'
pod
'SwiftyTimer'
,
'2.1.0'
#UIColor 的扩展
#UIColor 的扩展
# pod 'Hue','5.0.0'
# pod 'Hue','5.0.0'
#内存泄漏
#
#内存泄漏
pod
'LifetimeTracker'
,
'1.8.1'
#
pod 'LifetimeTracker','1.8.1'
#控制台转换成中文
#控制台转换成中文
pod
'ByebyeUnicode'
,
'1.1.0'
pod
'ByebyeUnicode'
,
'1.1.0'
#轮播图
#轮播图
...
@@ -53,8 +53,8 @@ target 'galaxy' do
...
@@ -53,8 +53,8 @@ target 'galaxy' do
pod
'SmartCodable'
,
'2.2.2'
pod
'SmartCodable'
,
'2.2.2'
#设备框架
#设备框架
pod
'DeviceKit'
,
'5.1.0'
pod
'DeviceKit'
,
'5.1.0'
#骨架图
#
#骨架图
pod
'SkeletonView'
,
'1.30.4'
#
pod 'SkeletonView','1.30.4'
#导航栏、手势
#导航栏、手势
pod
'GKNavigationBarSwift'
,
'1.6.5'
pod
'GKNavigationBarSwift'
,
'1.6.5'
#crash统计
#crash统计
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/Education&Qualification(学历专业资格填写)/C/YHEducationDetailVC.swift
View file @
d5077b5c
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
import
UIKit
import
UIKit
import
SwifterSwift
import
SwifterSwift
import
Toast_Swift
//
import Toast_Swift
class
YHEducationDetailVC
:
YHBaseViewController
{
class
YHEducationDetailVC
:
YHBaseViewController
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/Education&Qualification(学历专业资格填写)/C/YHEducationInfoListVC.swift
View file @
d5077b5c
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
//
//
import
UIKit
import
UIKit
import
Toast_Swift
//
import Toast_Swift
class
YHEducationInfoListVC
:
YHBaseViewController
{
class
YHEducationInfoListVC
:
YHBaseViewController
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/Education&Qualification(学历专业资格填写)/C/YHQualificationDetailVC.swift
View file @
d5077b5c
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
//
//
import
UIKit
import
UIKit
import
Toast_Swift
//
import Toast_Swift
class
YHQualificationDetailVC
:
YHBaseViewController
{
class
YHQualificationDetailVC
:
YHBaseViewController
{
...
...
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