Daltron / NotificationBanner

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

iPhone x does not support FloatingNotificationBanner from bottom position #296

Closed hojatdelfan closed 4 years ago

hojatdelfan commented 4 years ago

I've used the latest version of the library(3.0.2). I need to display the banner notification inside my own navigation controller in bottom position. To do this, I used the example of a library as follows

let banner = FloatingNotificationBanner(title: "Danger Notification", subtitle: "This type of banner floats and has the capability of growing to an infinite amount of lines.", style: .danger)
banner.delegate = self
banner.show(queuePosition: selectedQueuePosition(), bannerPosition: .bottom, cornerRadius: 10)

I have added only one parameter to the above code

on: self

And finally, I put the output that I run below

Screen Shot 2020-04-11 at 6 57 31 PM
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.