You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Can you add a footer to PopupType.scroll?
Like:
public enum PopupType { ... case scroll(headerView: AnyView, footerView: AnyView? = nil) ... }
The text was updated successfully, but these errors were encountered: