Daltron / NotificationBanner

The easiest way to display highly customizable in app notification banners in iOS
MIT License
4.78k stars 662 forks source link

applyStyling() crashes the app #302

Closed cclaflin89 closed 4 years ago

cclaflin89 commented 4 years ago

version: 3.0.2

let banner = NotificationBanner(title: "Error", subtitle: "No internet connection", style: .warning)
banner.applyStyling(titleFont: UIFont.systemFont(ofSize: 16), titleTextAlign: .center, subtitleFont: UIFont.systemFont(ofSize: 14), subtitleTextAlign: .center)
banner.show()
stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

This issue has been automatically closed due to inactivity.