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
cdcd0627
Commit
cdcd0627
authored
Mar 29, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// plan
parent
6025678e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
52 additions
and
60 deletions
+52
-60
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+52
-56
YHPlanShareViewController.swift
...lasses/Modules/Plan(方案)/C/YHPlanShareViewController.swift
+0
-3
YHPlanShareView.swift
...y/galaxy/Classes/Modules/Plan(方案)/V/YHPlanShareView.swift
+0
-1
No files found.
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
cdcd0627
This diff is collapsed.
Click to expand it.
galaxy/galaxy/Classes/Modules/Plan(方案)/C/YHPlanShareViewController.swift
View file @
cdcd0627
...
@@ -13,7 +13,6 @@ class YHPlanShareViewController: YHBaseViewController {
...
@@ -13,7 +13,6 @@ class YHPlanShareViewController: YHBaseViewController {
let
segmentTitles
=
[
"分享链接"
,
"分享PDF"
]
let
segmentTitles
=
[
"分享链接"
,
"分享PDF"
]
lazy
var
segmentedView
:
JXSegmentedView
=
{
lazy
var
segmentedView
:
JXSegmentedView
=
{
let
view
=
JXSegmentedView
(
frame
:
CGRect
(
x
:
0
,
y
:
k_Height_safeAreaInsetsTop
(),
width
:
KScreenWidth
,
height
:
30
))
let
view
=
JXSegmentedView
(
frame
:
CGRect
(
x
:
0
,
y
:
k_Height_safeAreaInsetsTop
(),
width
:
KScreenWidth
,
height
:
30
))
view
.
backgroundColor
=
.
clear
view
.
backgroundColor
=
.
clear
...
@@ -83,8 +82,6 @@ class YHPlanShareViewController: YHBaseViewController {
...
@@ -83,8 +82,6 @@ class YHPlanShareViewController: YHBaseViewController {
extension
YHPlanShareViewController
:
JXSegmentedViewDelegate
{
extension
YHPlanShareViewController
:
JXSegmentedViewDelegate
{
func
segmentedView
(
_
segmentedView
:
JXSegmentedView
,
didSelectedItemAt
index
:
Int
)
{
func
segmentedView
(
_
segmentedView
:
JXSegmentedView
,
didSelectedItemAt
index
:
Int
)
{
}
}
}
}
galaxy/galaxy/Classes/Modules/Plan(方案)/V/YHPlanShareView.swift
View file @
cdcd0627
...
@@ -54,7 +54,6 @@ class YHPlanShareView: UIView {
...
@@ -54,7 +54,6 @@ class YHPlanShareView: UIView {
return
v
return
v
}()
}()
@objc
func
didFunctionBtnClicked
(
_
sender
:
UIButton
)
{
@objc
func
didFunctionBtnClicked
(
_
sender
:
UIButton
)
{
if
sender
.
tag
==
wechatBtnTag
{
if
sender
.
tag
==
wechatBtnTag
{
clickBlock
?(
.
wechat
)
clickBlock
?(
.
wechat
)
...
...
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