Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fdf62cef
authored
Aug 26, 2024
by
pierce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed 我的頁面,發佈按鈕很難點擊的問題
parent
2346ad04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
Modules/FUSUserCenterModule/FUSUserCenterModule/Features/HomeMyPage/FUSMyView.m
Modules/FUSUserCenterModule/FUSUserCenterModule/Features/HomeMyPage/FUSMyView.m
View file @
fdf62cef
...
...
@@ -110,7 +110,7 @@ typedef NS_ENUM(NSInteger, FUSMySettingItemType){
self
.
headerView
=
[[
FUSMyHeaderView
alloc
]
initWithFrame
:
CGRectMake
(
0
,
0
,
self
.
tableView
.
width
,
[
FUSMyHeaderView
fus_viewHeight
])];
[
self
.
tableView
.
tableHeaderView
insertSubview
:
self
.
headerView
atIndex
:
1
];
self
.
naviView
=
[[
UIView
alloc
]
initWithFrame
:
CGRectMake
(
0
,
UIView
.
fus_S
tatusBarHeight
,
UIView
.
fus_screenW
,
UIView
.
fus_NavgationBarHeight
)];
self
.
naviView
=
[[
UIView
alloc
]
initWithFrame
:
CGRectMake
(
0
,
UIView
.
fus_S
afeTop
,
UIView
.
fus_screenW
,
UIView
.
fus_NavgationBarHeight
)];
[
self
addSubview
:
self
.
naviView
];
if
([[[
NSUserDefaults
standardUserDefaults
]
objectForKey
:
FUSUserUDKeys
.
fus_DYNAMIC_SEND_SHOW_SWITCH
]
boolValue
])
{
...
...
@@ -119,7 +119,7 @@ typedef NS_ENUM(NSInteger, FUSMySettingItemType){
[
self
.
naviView
addSubview
:
self
.
publishBtn
];
[
self
.
publishBtn
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
top
.
bottom
.
offset
(
0
);
make
.
right
.
offset
(
0
);
make
.
right
.
offset
(
-
8
);
make
.
width
.
equalTo
(
self
.
publishBtn
.
mas_height
);
}];
}
...
...
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