We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a37e5 commit 2ba39faCopy full SHA for 2ba39fa
1 file changed
DevLog/UI/Home/TodoListView.swift
@@ -32,6 +32,8 @@ struct TodoListView: View {
32
} label: {
33
TodoItemRow(todo)
34
}
35
+ .listRowInsets(EdgeInsets(top: 0, leading: 16, bottom: 0, trailing: 16))
36
+ .alignmentGuide(.listRowSeparatorLeading) { _ in return 0 }
37
.onAppear {
38
let lastID = viewModel.state.todos.last?.id
39
if todo.id == lastID, viewModel.state.hasMore {
0 commit comments