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
5fd4adae
Commit
5fd4adae
authored
Jul 08, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节 修改
parent
f27fb057
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
YHHomePageViewController.swift
...Classes/Modules/Home(首页)/C/YHHomePageViewController.swift
+5
-2
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomePageViewController.swift
View file @
5fd4adae
...
@@ -90,6 +90,7 @@ class YHHomePageViewController: YHBaseViewController {
...
@@ -90,6 +90,7 @@ class YHHomePageViewController: YHBaseViewController {
// var tapTimestamp : CFAbsoluteTime = -10.0
// var tapTimestamp : CFAbsoluteTime = -10.0
}
}
//MARK: - 私有方法
private
extension
YHHomePageViewController
{
private
extension
YHHomePageViewController
{
// func updateDefaultSearchKeyWord() {
// func updateDefaultSearchKeyWord() {
// var placeHolder = "香港身份"
// var placeHolder = "香港身份"
...
@@ -388,6 +389,7 @@ extension YHHomePageViewController {
...
@@ -388,6 +389,7 @@ extension YHHomePageViewController {
}
}
//MARK: - UICollectionViewDelegate, UICollectionViewDataSource
extension
YHHomePageViewController
:
UICollectionViewDelegate
,
UICollectionViewDataSource
{
extension
YHHomePageViewController
:
UICollectionViewDelegate
,
UICollectionViewDataSource
{
func
collectionView
(
_
collectionView
:
UICollectionView
,
numberOfItemsInSection
section
:
Int
)
->
Int
{
func
collectionView
(
_
collectionView
:
UICollectionView
,
numberOfItemsInSection
section
:
Int
)
->
Int
{
...
@@ -424,6 +426,7 @@ extension YHHomePageViewController: UICollectionViewDelegate, UICollectionViewDa
...
@@ -424,6 +426,7 @@ extension YHHomePageViewController: UICollectionViewDelegate, UICollectionViewDa
}
}
}
}
//MARK: - CollectionViewWaterfallLayoutDelegate
extension
YHHomePageViewController
:
CollectionViewWaterfallLayoutDelegate
{
extension
YHHomePageViewController
:
CollectionViewWaterfallLayoutDelegate
{
func
collectionView
(
_
collectionView
:
UICollectionView
,
layout
:
UICollectionViewLayout
,
sizeForItemAtIndexPath
indexPath
:
NSIndexPath
)
->
CGSize
{
func
collectionView
(
_
collectionView
:
UICollectionView
,
layout
:
UICollectionViewLayout
,
sizeForItemAtIndexPath
indexPath
:
NSIndexPath
)
->
CGSize
{
...
@@ -510,6 +513,7 @@ extension YHHomePageViewController {
...
@@ -510,6 +513,7 @@ extension YHHomePageViewController {
// }
// }
}
}
//MARK: - UIScrollViewDelegate
extension
YHHomePageViewController
{
extension
YHHomePageViewController
{
// 请求未读消息总数
// 请求未读消息总数
// @objc func getTotalUnreadMsgCount() {
// @objc func getTotalUnreadMsgCount() {
...
@@ -549,8 +553,7 @@ extension YHHomePageViewController {
...
@@ -549,8 +553,7 @@ extension YHHomePageViewController {
}
}
}
}
//MARK: - JXSegmentedListContainerViewListDelegate
//JXSegmentedListContainerViewListDelegate
extension
YHHomePageViewController
:
JXSegmentedListContainerViewListDelegate
{
extension
YHHomePageViewController
:
JXSegmentedListContainerViewListDelegate
{
func
listView
()
->
UIView
{
func
listView
()
->
UIView
{
return
view
return
view
...
...
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