Daltron / NotificationBanner

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

extension UIWindow issue #315

Closed IM-TNinja closed 3 years ago

IM-TNinja commented 4 years ago

Hello! You using the height & width in 'UIWindow' extension. It's an issue for the projects which have their own UIWindow extension for this properties and the project won't compile.

stale[bot] commented 3 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.

kylebrowning commented 3 years ago

This is still an issue why does it keep getting closed?

IM-TNinja commented 3 years ago

Hey @kylebrowning, it's still not solved... In my project, I manage to rename width, height properties to nbsWidth, nbsHeight, to fix this issue and notify all my team members to not update this pod.

kylebrowning commented 3 years ago

@IM-TNinja I fixed it here, #340