
Creating chat view with Combine and SwiftUI
Let’s build a conversation view which shows a list of messages and has input text field with send button. Sent and received messages are managed by Conversation object. Conversation object… Read more Creating chat view with Combine and SwiftUI →