Swift Chat: iMessage rebuilt as a SwiftUI view (free, 1.0)
Swift Forums
Swift Chat: iMessage rebuilt as a SwiftUI view (free, 1.0)
I spent about a year rebuilding iMessage in SwiftUI. It's very accurate, bubbles that only get a tail at the end of a series, typing dots breathe in a wave, Delivered fades into Read, the keyboard can be dragged down from the top of the input bar, bubbles are on springs. It uses a UICollectionView, because List and ScrollView can't do that stuff. This week I made it free and tagged 1.0 as Swift Chat. import SwiftChat Chat(messages) { message in Message(message.text, role: message.role, ti...
0 comments
No comments yet.