Daltron / NotificationBanner

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

banner with imageView not working as expected #370

Closed Jaggu111 closed 2 years ago

Jaggu111 commented 2 years ago
    let image: UIImage = UIImage(named: "StatusCheck")!
    let rightView = UIImageView(image: image)
    //let rightView = UIImageView(image: "StatusCheck")
    banner = NotificationBanner(title: "title", subtitle: "subtitle",  rightView: rightView, style: .info, colors: CustomBannerColors())
    banner?.applyStyling(titleColor: UIColor(red: 0, green: 0.353, blue: 0.62, alpha: 1))
    banner?.show(bannerPosition: .bottom, on: self
Screen Shot 2021-10-22 at 8 37 44 AM

)

Jaggu111 commented 2 years ago

fixed as part this PR https://github.com/Daltron/NotificationBanner/pull/371

stale[bot] commented 2 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 2 years ago

This issue has been automatically closed due to inactivity.