exyte / PopupView

Toasts and popups library written with SwiftUI
MIT License
3.38k stars 258 forks source link

I'd like to ask for a favor #213

Open DeanFs opened 4 days ago

DeanFs commented 4 days ago

Can you add a footer to PopupType.scroll? Like: public enum PopupType { ... case scroll(headerView: AnyView, footerView: AnyView? = nil) ... }

f3dm76 commented 4 days ago

Hey @DeanFs, unfortunately we do not have time for open source right now. You are most welcome to support this library by submitting a PR adding this functionality. Have a nice day