Skip to content

astrotars/the-stream-swiftui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 

Repository files navigation

Swift Stream: Building a Social Network with SwiftUI

In this series of tutorials, we'll be creating a simple social network, called The Stream, that allows a user to post messages to followers, chat either 1-on-1 or in groups, and video chat. Stream's Activity Feed API and Chat API, combined with Dolby's Interactivity APIs, makes it straightforward to build this sort of complex interaction, with far less overhead than creating it from scratch. All source code for this application is available on GitHub.

If you would like to skip ahead, Part 4 contains the final completed project.

You can find each part of this series by the corresponding link below:

Happy coding!