Skip to content

Commit

Permalink
Update spacing for iOS 13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mremond committed Sep 25, 2019
1 parent 11fa59d commit b012427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftUI-ScrollView-Demo/ConversationView.swift
Expand Up @@ -11,7 +11,7 @@ struct ConversationView: View {
var body: some View {
NavigationView {
ReverseScrollView {
VStack {
VStack(spacing: 8) {
ForEach(self.conversation.messages) { message in
return BubbleView(message: message.body)
}
Expand Down

0 comments on commit b012427

Please sign in to comment.