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
2571728d
Commit
2571728d
authored
Dec 29, 2023
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加 第三方库
parent
8ea2f362
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Podfile
galaxy/Podfile
+3
-2
YHNavigationController.swift
galaxy/galaxy/Classes/Base/C/YHNavigationController.swift
+1
-1
YHIntelligentServiceViewController.swift
...tService(智慧服务)/C/YHIntelligentServiceViewController.swift
+0
-1
No files found.
galaxy/Podfile
View file @
2571728d
...
...
@@ -14,8 +14,9 @@ target 'galaxy' do
#图片加载
pod
'Kingfisher'
,
'7.10.1'
#异步编程框架
pod
'RxSwift'
,
'6.6.0'
pod
'RxCocoa'
,
'6.6.0'
# pod 'RxSwift','6.6.0'
# pod 'RxCocoa','6.6.0'
pod
'RxAlamofire'
,
'6.1.1'
#数据存储
pod
'SwiftyUserDefaults'
,
'5.3.0'
#数据加、解密
...
...
galaxy/galaxy/Classes/Base/C/YHNavigationController.swift
View file @
2571728d
...
...
@@ -21,7 +21,7 @@ class YHNavigationController: UINavigationController {
override
func
pushViewController
(
_
viewController
:
UIViewController
,
animated
:
Bool
)
{
// 隐藏要push的控制器的tabbar
if
animated
==
true
{
if
viewControllers
.
count
>
0
{
viewController
.
hidesBottomBarWhenPushed
=
true
}
super
.
pushViewController
(
viewController
,
animated
:
animated
)
...
...
galaxy/galaxy/Modules/IntelligentService(智慧服务)/C/YHIntelligentServiceViewController.swift
View file @
2571728d
...
...
@@ -85,6 +85,5 @@ class YHIntelligentServiceViewController: YHBaseViewController {
//5. dic 转 model
guard
let
model1
=
NetBaseModel
.
deserialize
(
dict
:
dic
)
else
{
return
}
print
(
"model1 是 ==>"
,
model1
)
}
}
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