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
56d68e4b
Commit
56d68e4b
authored
Jan 22, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
点击优化
parent
fad5653f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
31 deletions
+1
-31
YHServiceCenterMainViewController.swift
...ntService(服务中心)/C/YHServiceCenterMainViewController.swift
+1
-31
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHServiceCenterMainViewController.swift
View file @
56d68e4b
...
...
@@ -123,39 +123,9 @@ extension YHServiceCenterMainViewController : UITableViewDelegate,UITableViewDat
return
UIView
()
}
// func tableView(_ tableView: UITableView, es indexPath: IndexPath) -> CGFloat {
// if indexPath.section == 0 {
// if indexPath.row == 0 {
// return 136
// } else if indexPath.row == 1 {
// return 194
// } else if indexPath.row == 2 {
// return 113
// } else if indexPath.row == 3 {
// return 138 + 15
// } else if indexPath.row == 4 {
// return YHDavidCell4.cellHeight
// } else if indexPath.row == 5 {
// return YHDavidCell5.cellHeight
// }
//
// return 100
// }
// return CGRectGetHeight(self.view.bounds)
// }
// func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
// return 81.0
// }
func
tableView
(
_
tableView
:
UITableView
,
cellForRowAt
indexPath
:
IndexPath
)
->
UITableViewCell
{
let
cell
=
tableView
.
dequeueReusableCell
(
withIdentifier
:
YHContractCell
.
cellReuseIdentifier
,
for
:
indexPath
)
as!
YHContractCell
cell
.
selectionStyle
=
.
none
return
cell
}
...
...
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