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
581bfd79
authored
Jul 09, 2025
by
ludi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整一个注册后完善信息的ui
parent
847793dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
FuSiLive.xcodeproj/project.pbxproj
Modules/FUSUserCenterModule/FUSUserCenterModule/Features/Login/Controller/FUSSetUserInfoViewController.m
FuSiLive.xcodeproj/project.pbxproj
View file @
581bfd79
...
@@ -672,7 +672,7 @@
...
@@ -672,7 +672,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME
=
AccentColor
;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME
=
AccentColor
;
CODE_SIGN_ENTITLEMENTS
=
FuSiLive/FuSiLive.entitlements
;
CODE_SIGN_ENTITLEMENTS
=
FuSiLive/FuSiLive.entitlements
;
CODE_SIGN_STYLE
=
Automatic
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
20250626002
2
;
CURRENT_PROJECT_VERSION
=
20250626002
4
;
DEFINES_MODULE
=
YES
;
DEFINES_MODULE
=
YES
;
DEVELOPMENT_TEAM
=
6GG26BHUMC
;
DEVELOPMENT_TEAM
=
6GG26BHUMC
;
ENABLE_ON_DEMAND_RESOURCES
=
NO
;
ENABLE_ON_DEMAND_RESOURCES
=
NO
;
...
@@ -940,7 +940,7 @@
...
@@ -940,7 +940,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME
=
AccentColor
;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME
=
AccentColor
;
CODE_SIGN_ENTITLEMENTS
=
FuSiLive/FuSiLive.entitlements
;
CODE_SIGN_ENTITLEMENTS
=
FuSiLive/FuSiLive.entitlements
;
CODE_SIGN_STYLE
=
Automatic
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
20250626002
2
;
CURRENT_PROJECT_VERSION
=
20250626002
4
;
DEFINES_MODULE
=
YES
;
DEFINES_MODULE
=
YES
;
DEVELOPMENT_TEAM
=
6GG26BHUMC
;
DEVELOPMENT_TEAM
=
6GG26BHUMC
;
ENABLE_ON_DEMAND_RESOURCES
=
NO
;
ENABLE_ON_DEMAND_RESOURCES
=
NO
;
...
...
Modules/FUSUserCenterModule/FUSUserCenterModule/Features/Login/Controller/FUSSetUserInfoViewController.m
View file @
581bfd79
...
@@ -19,6 +19,8 @@
...
@@ -19,6 +19,8 @@
//
//
#import <FirebaseAnalytics/FirebaseAnalytics.h>
#import <FirebaseAnalytics/FirebaseAnalytics.h>
#import <SJAttributesFactory/SJAttributesFactory.h>
@interface
FUSSetUserInfoViewController
()
<
UITextFieldDelegate
>
@interface
FUSSetUserInfoViewController
()
<
UITextFieldDelegate
>
@property
(
weak
,
nonatomic
)
IBOutlet
UIButton
*
headButton
;
@property
(
weak
,
nonatomic
)
IBOutlet
UIButton
*
headButton
;
...
@@ -105,7 +107,10 @@
...
@@ -105,7 +107,10 @@
_nextStepBtn
.
style
=
FUSButtonStyleBlue
;
_nextStepBtn
.
style
=
FUSButtonStyleBlue
;
_nickLabel
.
text
=
[
NSString
fus_localString
:
@"昵称:"
];
_nickLabel
.
text
=
[
NSString
fus_localString
:
@"昵称:"
];
_nicknameTextField
.
placeholder
=
[
NSString
fus_localString
:
@"设定您的昵称"
];
// _nicknameTextField.placeholder = [NSString fus_localString:@"设定您的昵称"];
_nicknameTextField
.
attributedPlaceholder
=
[
NSAttributedString
sj_UIKitText
:
^
(
id
<
SJUIKitTextMakerProtocol
>
_Nonnull
make
)
{
make
.
append
([
NSString
fus_localString
:
@"设定您的昵称"
]).
textColor
([
UIColor
fus_textColorLight2
]).
font
([
UIFont
fus_themeFont
:
24
]);
}];
_nicknameTextField
.
textColor
=
[
UIColor
fus_textColorRich
];
_nicknameTextField
.
textColor
=
[
UIColor
fus_textColorRich
];
_sexLabel
.
text
=
[
NSString
fus_localString
:
@"性别:"
];
_sexLabel
.
text
=
[
NSString
fus_localString
:
@"性别:"
];
[
_girlButton
setTitle
:[
NSString
fus_localString
:
@"女"
]
forState
:
UIControlStateNormal
];
[
_girlButton
setTitle
:[
NSString
fus_localString
:
@"女"
]
forState
:
UIControlStateNormal
];
...
...
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