Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
colorfulSchoolReconsitution
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
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
刘卓鑫
colorfulSchoolReconsitution
Commits
9f6a5161
Commit
9f6a5161
authored
Sep 09, 2019
by
刘卓鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改
parent
5b56ed5b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
UserInterfaceState.xcuserstate
...ata/liuzhuoxin.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
ZXHomePageViewController.m
...ge(首页)/0801HomePage/Controller/ZXHomePageViewController.m
+2
-2
ZXHomeNormalHeader.m
...ge(首页)/0801HomePage/View/customViews/ZXHomeNormalHeader.m
+4
-4
nav_bg@2x.png
...images.xcassets/newHomePage/nav_bg.imageset/nav_bg@2x.png
+0
-0
nav_bg@3x.png
...images.xcassets/newHomePage/nav_bg.imageset/nav_bg@3x.png
+0
-0
No files found.
ColorfulSchool/ColorfulSchool.xcworkspace/xcuserdata/liuzhuoxin.xcuserdatad/UserInterfaceState.xcuserstate
View file @
9f6a5161
No preview for this file type
ColorfulSchool/ColorfulSchool/Classes/HomePage(首页)/0801HomePage/Controller/ZXHomePageViewController.m
View file @
9f6a5161
//
//
...
...
@@ -449,7 +449,7 @@
}
-
(
CGFloat
)
tableView
:
(
UITableView
*
)
tableView
heightForHeaderInSection
:
(
NSInteger
)
section
{
ZXHomeSectionInfo
*
sec
=
self
.
service
.
dataSource
[
section
];
return
section
==
0
?
0
:(
sec
.
isShow
?
50
.
0
f
:
20
.
0
f
);
return
section
==
0
?
0
:(
sec
.
isShow
?
50
.
0
f
:
15
.
0
f
);
}
-
(
UIView
*
)
tableView
:
(
UITableView
*
)
tableView
viewForHeaderInSection
:
(
NSInteger
)
section
{
ZXHomeSectionInfo
*
sec
=
self
.
service
.
dataSource
[
section
];
...
...
ColorfulSchool/ColorfulSchool/Classes/HomePage(首页)/0801HomePage/View/customViews/ZXHomeNormalHeader.m
View file @
9f6a5161
...
...
@@ -14,13 +14,13 @@
-
(
instancetype
)
initWithReuseIdentifier
:(
NSString
*
)
reuseIdentifier
{
if
(
self
=
[
super
initWithReuseIdentifier
:
reuseIdentifier
])
{
UIView
*
holder
=
[[
UIView
alloc
]
init
];
holder
.
backgroundColor
=
[
UIColor
colorWithHexString
:
@"f6f6f6"
]
;
holder
.
backgroundColor
=
RGB
(
243
,
243
,
243
)
;
[
self
.
contentView
addSubview
:
holder
];
[
holder
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
left
.
equalTo
(
self
.
contentView
.
mas_left
).
offset
(
20
*
k6Scale
);
make
.
right
.
equalTo
(
self
.
contentView
.
mas_right
).
offset
(
-
20
*
k6Scale
);
make
.
bottom
.
equalTo
(
self
.
contentView
).
offset
(
-
5
*
k6Scale
);
make
.
height
.
mas_equalTo
(
2
);
make
.
bottom
.
equalTo
(
self
.
contentView
).
offset
(
-
3
*
k6Scale
);
make
.
height
.
mas_equalTo
(
1
);
}];
self
.
contentView
.
backgroundColor
=
[
UIColor
whiteColor
];
...
...
ColorfulSchool/ColorfulSchool/images.xcassets/newHomePage/nav_bg.imageset/nav_bg@2x.png
View replaced file @
5b56ed5b
View file @
9f6a5161
7.56 KB
|
W:
|
H:
37.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ColorfulSchool/ColorfulSchool/images.xcassets/newHomePage/nav_bg.imageset/nav_bg@3x.png
View replaced file @
5b56ed5b
View file @
9f6a5161
23.8 KB
|
W:
|
H:
69.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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