Dean_F
Results
2
issues of
Dean_F
The issue [No way to know when a sheet is dismissed](https://github.com/johnpatrickmorgan/FlowStacks/issues/14) resurfaced after the this commit: [Rewrites FlowStacks APIs](https://github.com/johnpatrickmorgan/FlowStacks/commit/35cf35ae90e15b9b78de7a2a4041761191754b36). This issue is not fixed in the latest version. Will the...
Can you add a footer to PopupType.scroll? Like: ` public enum PopupType { ... case scroll(headerView: AnyView, footerView: AnyView? = nil) ... } `