Skip to content

Commit 65aa9a3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The SwiftUI SDK has support for typing indicators which are shown when other par
99
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.
1010
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.
1111

12-
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`.
12+
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`.
1313

1414
Here's an example how to change the configuration, so that the typing indicator is shown in the navigation bar.
1515

0 commit comments

Comments
 (0)