Skip to content

Commit d8140b9

Browse files
Move this code snippet and description in support section from UIKit
1 parent d4a0406 commit d8140b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/docs/pages/plug-sdk/ios/features.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ await DevRev.updateUser(Identity(organizationID: "organization-1337"))
6969

7070
## PLuG support chat
7171

72-
### UIKit
73-
7472
The DevRev SDK allows you to configure the theme dynamically based on the system appearance or use a default theme configured in the DevRev portal.
7573

7674
```swift
7775
DevRev.prefersSystemTheme: Bool
7876
```
7977

78+
### UIKit
79+
8080
The support chat feature can be shown as a modal screen from a specific view controller or the top-most one, or can be pushed onto a navigation stack. 
8181

8282
To show the support chat screen in your app, you can use the following overloaded method:

0 commit comments

Comments
 (0)