You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,17 @@ The SwiftUI SDK offers three types of components:
39
39
- Stateful components - Offer more customization options and possibility to inject custom views. Also fairly simple to integrate, if the extension points are suitable for your chat use-case. These components come with view models.
40
40
- Stateless components - These are the building blocks for the other two types of components. In order to use them, you would have to provide the state and data. Using these components only make sense if you want to implement completely custom chat experience.
41
41
42
+
## Documentation Generation
43
+
44
+
To generate the documentation for SwiftUI StreamChat SDK, run the following command:
open .derivedData/Build/Products/Debug-iphoneos/StreamChatSwiftUI.doccarchive
49
+
```
50
+
51
+
This will build the documentation archive and automatically open it in Xcode.
52
+
42
53
## Free for Makers
43
54
44
55
Stream is free for most side and hobby projects. You can use Stream Chat for free if you have less than five team members and no more than $10,000 in monthly revenue.
0 commit comments