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
ee2214c0
Commit
ee2214c0
authored
Jul 18, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 文件更改位置
parent
cbd9f3e5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+1
-1
YHHomeInfoSectionHeadView.swift
...lasses/Modules/Home(首页)/V/YHHomeInfoSectionHeadView.swift
+0
-0
YHMyViewController.swift
...alaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
+6
-0
No files found.
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
ee2214c0
...
@@ -2538,7 +2538,6 @@
...
@@ -2538,7 +2538,6 @@
A5000F502C3BC28B00843452
/* YHHomeHoldViewPageViewController.swift */
,
A5000F502C3BC28B00843452
/* YHHomeHoldViewPageViewController.swift */
,
04213B242C48C15400797900
/* YHHomeIdentityViewController.swift */
,
04213B242C48C15400797900
/* YHHomeIdentityViewController.swift */
,
04213B282C48EF5200797900
/* YHHomeInformationViewController.swift */
,
04213B282C48EF5200797900
/* YHHomeInformationViewController.swift */
,
04213B2C2C48FEB000797900
/* YHHomeInfoSectionHeadView.swift */
,
);
);
path
=
C
;
path
=
C
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
...
@@ -2577,6 +2576,7 @@
...
@@ -2577,6 +2576,7 @@
04213B222C48B7F700797900
/* YHIdentityTabBar.swift */
,
04213B222C48B7F700797900
/* YHIdentityTabBar.swift */
,
04213B262C48C95E00797900
/* YHHomeIdentityCell.swift */
,
04213B262C48C95E00797900
/* YHHomeIdentityCell.swift */
,
04213B2A2C48F1BE00797900
/* YHHomeInfoSectionCell.swift */
,
04213B2A2C48F1BE00797900
/* YHHomeInfoSectionCell.swift */
,
04213B2C2C48FEB000797900
/* YHHomeInfoSectionHeadView.swift */
,
);
);
path
=
V
;
path
=
V
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/
C
/YHHomeInfoSectionHeadView.swift
→
galaxy/galaxy/Classes/Modules/Home(首页)/
V
/YHHomeInfoSectionHeadView.swift
View file @
ee2214c0
File moved
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
View file @
ee2214c0
...
@@ -280,6 +280,12 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
...
@@ -280,6 +280,12 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
return
return
}
}
if
true
{
let
vc
=
YHHomeInformationViewController
()
self
.
navigationController
?
.
pushViewController
(
vc
)
return
}
let
item
:
PersonalModuleItem
=
items
[
indexPath
.
row
]
let
item
:
PersonalModuleItem
=
items
[
indexPath
.
row
]
switch
item
.
type
{
switch
item
.
type
{
case
.
myCard
:
//我的名片
case
.
myCard
:
//我的名片
...
...
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