Add TimeilneToolbar. Issue #2195

This commit is contained in:
Maurice Parker
2020-07-03 21:55:27 -05:00
parent 6a0f9b63ac
commit 4486d2bd09
4 changed files with 75 additions and 12 deletions

View File

@@ -24,6 +24,11 @@ struct TimelineContainerView: View {
timelineModel.delegate = sceneModel
timelineModel.rebuildTimelineItems(feed)
}
.overlay(Group {
#if os(iOS)
TimelineToolbar()
#endif
},alignment: .bottom)
} else {
EmptyView()
}