halavins / SwiftUI-Chat

The world's first open-source chat app in SwiftUI. Written right during the Apple WWDC2019 Event, when SwiftUI was presented to the global iOS developers community in Beta. Your improvements to the repository are welcome
128 stars 30 forks source link

Any news on second part of tutorial? #3

Open alelordelo opened 5 years ago

alelordelo commented 5 years ago

Any news on second part of tutorial? "How to handle the backend and Networking part to make your chat work live"

Coredata + Cloudkit as a server would be awesome!

halavins commented 5 years ago

@alelordelo I've just managed to figure how to make the current code work on the latest macOS Catalina, XCode, and iOS. Please check the updates.

The next step will be making a kind of registration view to choose a nickname before joining the chat.

alelordelo commented 5 years ago

Cool, working here also! What about CloudKit as a server? : )