Skip to content

Commit c051192

Browse files
Update docusaurus/docs/iOS/swiftui/components/typing-indicators.md
Co-authored-by: Stefan Blos <[email protected]>
1 parent ecdbada commit c051192

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docusaurus/docs/iOS/swiftui/components/typing-indicators.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ title: Typing Indicators
44

55
## Typing Indicators Overview
66

7-
The SwiftUI SDK has support for typing indicators, shown when other participants in a conversation are typing. There are two places where the typing indicators are shown. The first one is when the user is in the channels list - when someone in a channel is typing, the indicator is shown in the corresponding channel list item. The second place, where a typing indicator is shown, is in the chat channel view. Depending on the configuration provided, the typing indicator can be shown either in the navigation bar, or above the composer, as an overlay over the message list.
7+
The SwiftUI SDK has support for typing indicators which are shown when other participants in a conversation are typing.
8+
9+
There are two places where the typing indicators are shown. The first one is when the user is in the channels list - when someone in a channel is typing, the indicator appears in the corresponding channel list item.
10+
The second place, where a typing indicator is shown, is in the chat channel view. Depending on the configuration provided, the typing indicator can be shown either in the navigation bar or above the composer, as an overlay over the message list.
811

912
The configuration for placing the typing indicator can be found in the `TypingIndicatorPlacement` enum, which is part of the `Utils` class. By default, the placement of the typing indicator is above the composer, which is represented by the enum value `bottomOverlay`.
1013

0 commit comments

Comments
 (0)