Skip to content

Commit

Permalink
Merge pull request #571 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify iOS ChatRoom UIKit
  • Loading branch information
haoxiuwen authored Jan 2, 2024
2 parents 12b9bf2 + b184c90 commit 7c5c73e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/uikit/chatroomuikit/ios/roomuikit_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ let roomView = ChatroomUIKitClient.shared.launchRoomView(roomId: "Chat room ID",

3. 将聊天室视图添加到目标区域。

在调用 `ChatroomUIKitClient.shared.launchRoomView(roomId: self.roomId, frame: CGRect(x: 0, y: ScreenHeight/2.0, width: ScreenWidth, height: ScreenHeight/2.0), ownerId: "当前聊天室的主播用户ID")` 时,记得将 `ChatroomView` 添加到现有视图之上,以方便拦截和透传点击事件。例如,如果你有一个播放视频流的视图,请添加到视频视图的上方,`ChatroomView` 实质上是全屏覆盖的,传入的 `frame` 是可用区域、弹幕区域、底部工具栏区域以及键盘弹起后输入框中事件的响应高度。

![img](@static/images/uikit/chatroomios/hierarchy.png =800x550)

4. [添加聊天室成员](https://docs-im-beta.easemob.com/product/enable_and_configure_IM.html#创建聊天室)

### 第四步 发送第一条消息
Expand Down
Binary file added static/images/uikit/chatroomios/hierarchy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c5c73e

Please sign in to comment.