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
2561bb38
authored
Jun 26, 2026
by
ludi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整ui
parent
54ba96b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
Modules/FUSUserCenterModule/FUSUserCenterModule/Features/Zone/View/FireFlyView/View/FUSMyZoneSubscribeCollectionView.m
Modules/FUSUserCenterModule/FUSUserCenterModule/Features/Zone/View/FireFlyView/View/FUSMyZoneSubscribeCollectionView.m
View file @
2561bb38
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
[
self
addSubview
:
self
.
subscribeContainerView
];
[
self
addSubview
:
self
.
subscribeContainerView
];
self
.
subscribeInfoCardView
=
[[
UIImageView
alloc
]
initWithFrame
:
CGRectZero
];
self
.
subscribeInfoCardView
=
[[
UIImageView
alloc
]
initWithFrame
:
CGRectZero
];
self
.
subscribeInfoCardView
.
contentMode
=
UIViewContentModeScale
Aspect
Fill
;
self
.
subscribeInfoCardView
.
contentMode
=
UIViewContentModeScale
To
Fill
;
self
.
subscribeInfoCardView
.
image
=
[
FUSUserCenterBunble
imageNamed
:
@"zone_subscribe_info_bgImage"
];
self
.
subscribeInfoCardView
.
image
=
[
FUSUserCenterBunble
imageNamed
:
@"zone_subscribe_info_bgImage"
];
self
.
subscribeInfoCardView
.
userInteractionEnabled
=
YES
;
self
.
subscribeInfoCardView
.
userInteractionEnabled
=
YES
;
[
self
.
subscribeContainerView
addSubview
:
self
.
subscribeInfoCardView
];
[
self
.
subscribeContainerView
addSubview
:
self
.
subscribeInfoCardView
];
...
@@ -111,7 +111,7 @@
...
@@ -111,7 +111,7 @@
[
super
layoutSubviews
];
[
super
layoutSubviews
];
self
.
subscribeContainerView
.
frame
=
CGRectMake
(
0
,
0
,
CGRectGetWidth
(
self
.
bounds
),
self
.
subscribeContentHeight
);
self
.
subscribeContainerView
.
frame
=
CGRectMake
(
0
,
0
,
CGRectGetWidth
(
self
.
bounds
),
self
.
subscribeContentHeight
);
self
.
subscribeInfoCardView
.
frame
=
CGRectMake
(
18
,
12
,
CGRectGetWidth
(
self
.
bounds
)
-
36
,
124
);
self
.
subscribeInfoCardView
.
frame
=
CGRectMake
(
18
,
0
,
CGRectGetWidth
(
self
.
bounds
)
-
36
,
124
);
self
.
avatarImageView
.
frame
=
CGRectMake
(
16
,
20
,
64
,
64
);
self
.
avatarImageView
.
frame
=
CGRectMake
(
16
,
20
,
64
,
64
);
CGFloat
textOriginX
=
CGRectGetMaxX
(
self
.
avatarImageView
.
frame
)
+
16
;
CGFloat
textOriginX
=
CGRectGetMaxX
(
self
.
avatarImageView
.
frame
)
+
16
;
CGFloat
textWidth
=
CGRectGetWidth
(
self
.
subscribeInfoCardView
.
bounds
)
-
textOriginX
-
16
;
CGFloat
textWidth
=
CGRectGetWidth
(
self
.
subscribeInfoCardView
.
bounds
)
-
textOriginX
-
16
;
...
...
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