NSUserNotification的contentImage的最大限制是多少

时间:2018-01-26 16:16:42

标签: ios xcode macos nsimage nsusernotification

我有一个mac应用程序,当从URL下载图像时显示NSUsernotification contentImage,但有时图像的大小非常大,此时通知无法传递我在下载任务中看不到任何错误消息。

因此,可以在NSUsernotification中显示的contentImage的大小是否有限制?可能是我超过了这个并且通知没有显示?

1 个答案:

答案 0 :(得分:0)

NSUserNotification期望图像具有44×44像素分辨率,如果具有其他分辨率,则将缩放图像。 https://blog.timschroeder.net/2014/01/25/os-x-notifications-with-custom-images/