Skip to content

Commit 7a28858

Browse files
updated the readme file
1 parent 5e4f83f commit 7a28858

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## SwiftUI - Currently in Development 🏗
66

7-
The SwiftUI SDK is built on top of the `StreamChat` framework and it's a SwiftUI alternative to the `StreamChatUI` SDK. It's built completely in SwiftUI, using declarative patterns, that will be familiar to developers working with SwiftUI. The SDK includes an extensive set of performant and customizable UI components which allow you to get started quickly with little to no plumbing required.
7+
The SwiftUI SDK is built on top of the [StreamChat](https://getstream.io/chat/docs/ios-swift/?language=swift) framework and it's a SwiftUI alternative to the [StreamChatUI](https://getstream.io/chat/docs/sdk/ios/) SDK. It's built completely in SwiftUI, using declarative patterns, that will be familiar to developers working with SwiftUI. The SDK includes an extensive set of performant and customizable UI components which allow you to get started quickly with little to no plumbing required.
88

99
## Main Features
1010

@@ -53,7 +53,7 @@ Check out our current openings and apply via [Stream's website](https://getstrea
5353
</tr>
5454
<tr>
5555
<td> A list of channels matching provided query </td>
56-
<th rowspan="7"><img src="ReadmeAssets/Channel_List_Bezel.png?raw=true" width="80%" /></th>
56+
<th rowspan="8"><img src="ReadmeAssets/Channel_List_Bezel.png?raw=true" width="80%" /></th>
5757
</tr>
5858
<tr> <td> Channel name and image based on the channel members or custom data</td> </tr>
5959
<tr> <td> Unread messages indicator </td> </tr>
@@ -74,7 +74,7 @@ Check out our current openings and apply via [Stream's website](https://getstrea
7474
</tr>
7575
<tr>
7676
<td> A list of messages in a channel </td>
77-
<th rowspan="9"><img src="ReadmeAssets/Message_List_Bezel.png?raw=true" width="80%" /></th>
77+
<th rowspan="10"><img src="ReadmeAssets/Message_List_Bezel.png?raw=true" width="80%" /></th>
7878
</tr>
7979
<tr> <td> Photo attachments </td> </tr>
8080
<tr> <td> Giphy attachments </td> </tr>
@@ -99,7 +99,7 @@ Check out our current openings and apply via [Stream's website](https://getstrea
9999
</tr>
100100
<tr>
101101
<td> Support for multiline text, expands and shrinks as needed </td>
102-
<th rowspan="6"><img src="ReadmeAssets/Message_Composer_Bezels.png?raw=true" width="80%" /></th>
102+
<th rowspan="5"><img src="ReadmeAssets/Message_Composer_Bezels.png?raw=true" width="80%" /></th>
103103
</tr>
104104
<tr> <td> Image, video and file attachments </td> </tr>
105105
<tr> <td> Camera integration </td> </tr>

0 commit comments

Comments
 (0)