Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create transparent notification window?

I'm not sure of the correct name, but I am wondering how to create (in Objective-C) a transparent notification "window/panel", such as is shown when you change the volume intensity, or keyboard illumination, or display brightness. I want to put my own icon/text on it, for my own notification. I don't know the words to Google for, so I'm asking here. Thanks for any suggestions.

like image 244
uniquepito Avatar asked Sep 17 '25 02:09

uniquepito


2 Answers

Matt Gemmell's RoundedFloatingPanel component on his sample code page may do just what you're looking for.

like image 125
Brad Larson Avatar answered Sep 20 '25 02:09

Brad Larson


After looking into using the solutions provided by the other two given answers, I found that they would not work for my purposes. So, I wrote up my own library:

BHBezelNotification

like image 30
Ky. Avatar answered Sep 20 '25 00:09

Ky.