Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Dec 13, 2024
1 parent 4a7dffe commit 30ee1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/uikit/chatuikit/ios/chatuikit_custom_cell.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ final class MineMessageEntity: MessageEntity {
```Swift
class CustomMessageListController: MessageListController {

//实现微信样式(followInput)需要同时重载下面的方法以及实现 ActionSheet 的方法
//要实现微信样式(followInput),需要同时重载下面的方法以及仿系统 UIActionSheet 样式(ActionSheet)的方法
override func processFollowInputAttachmentAction() {
if Appearance.chat.messageAttachmentMenuStyle == .followInput {
if let fileItem = Appearance.chat.inputExtendActions.first(where: { $0.tag == "File" }) {
Expand Down

0 comments on commit 30ee1c8

Please sign in to comment.