Skip to content

Commit a4675fa

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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). If `NavigationBarViewData` is defined, then 'title' must be provided as it's a required field. 'subtitle', however, is not a required.
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 required.
3030
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

0 commit comments

Comments
 (0)