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
3455844c
authored
Mar 07, 2026
by
suolong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改下mainviewcontroller的结构 对齐firefly
parent
187f7b27
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
2 deletions
DevelopmentPods/FUSCommon/FUSCommon/Classes/Foundation/Socket/SocketMessage/FUSSocketMessageDelegate.h
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/Controller/FUSLiveMainViewController.m
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/FunctionView/FUSLiveFunctionView.h
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/FunctionView/FUSLiveFunctionView.m
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/Push/FUSLivePushPrepareView.h
DevelopmentPods/FUSCommon/FUSCommon/Classes/Foundation/Socket/SocketMessage/FUSSocketMessageDelegate.h
View file @
3455844c
...
...
@@ -115,6 +115,10 @@
#define ROOM_CID_LIVE_ALERT 10090 // 接收到直播弹窗通知
#define ROOM_CID_WEBVIEW_PUSH 10092 // 推送webview弹窗
// 主播打开关闭麦克风socket
#define ROOM_CID_anchorDidCloseBeauty 20200
// 主播打开关闭麦克风socket
#define ROOM_CID_anchorDidCloseMic 20201
// 更新本场直播主题内容socket
#define ROOM_CID_LiveThemeDidChanged 20202
...
...
@@ -126,5 +130,3 @@
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/Controller/FUSLiveMainViewController.m
View file @
3455844c
This diff is collapsed.
Click to expand it.
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/FunctionView/FUSLiveFunctionView.h
View file @
3455844c
...
...
@@ -350,6 +350,8 @@ typedef NS_ENUM(NSInteger, FUSFunctionMode) {
/// 清除所有半屏弹窗
-
(
void
)
fus_clearHalfWebView
;
/// 通知functionview推流成功(也就是主播开播成功),用于引导,改变一些状态
-
(
void
)
fus_LivePushSuccess
;
-
(
void
)
fus_reloadAllUserFromRequest
;
...
...
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/FunctionView/FUSLiveFunctionView.m
View file @
3455844c
...
...
@@ -5286,7 +5286,11 @@ BDAlphaPlayerMetalViewDelegate
_enterRoomInterval
+=
1
;
}
/// 通知functionview推流成功(也就是主播开播成功),用于引导,改变一些状态
-
(
void
)
fus_LivePushSuccess
{
}
/**
送礼提示展示逻辑
...
...
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/Push/FUSLivePushPrepareView.h
View file @
3455844c
...
...
@@ -13,6 +13,8 @@ typedef void(^PushSuccess)(void);
@interface
FUSLivePushPrepareView
:
UIView
@property
(
nonatomic
,
copy
)
PushSuccess
pushSuccessBlock
;
// OBS 开播成功回调
@property
(
nonatomic
,
copy
)
PushSuccess
obsPushSuccessHandler
;
-
(
void
)
fus_checkDeviceAuths
;
...
...
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