Skip to content

Commit 495c117

Browse files
authored
Update ios.md
1 parent 775e1a1 commit 495c117

File tree

1 file changed

+2
-2
lines changed
  • articles/communication-services/how-tos/ui-library-sdk/includes/data-model

1 file changed

+2
-2
lines changed

articles/communication-services/how-tos/ui-library-sdk/includes/data-model/ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Similarly, for 'NavigationBarViewData', by default the UI library will display '
2626

2727
#### Navigation Bar View Data
2828

29-
`NavigationBarViewData` is an object that sets the `title` and `subtitle` for the navigationBar on pre-meeting screen (aka. Setup View).
30-
If `subtitle` is not defined, then subtitle would always be set to hidden. If `subtitle` is defined but not `title`, the default localized title 'Setup' would be used and given `subtitle` would be ignored. This class is locally stored and its information will not be sent up to the server.
29+
`NavigationBarViewData` is an object that sets the `title` and `subtitle` for the navigationBar on pre-meeting screen (aka. Setup View). If `NavigationBarViewData` is defined, then 'title' must be provided as it's a required field. 'subtitle', however, is not a required.
30+
If `subtitle` is not defined, then the subtitle would always be set to hidden. This class is locally stored and its information will not be sent up to the server.
3131

3232
#### Usage
3333

0 commit comments

Comments
 (0)