0

When you build a project in XCode this image pops up which is actually just a png file I believe that says build succeeded or build failed. Does anyone have any idea how I can replicate this type of popup temporary notification using an image like Apple did?

Marcus
  • 512
  • 1
  • 7
  • 22

1 Answers1

0

Sounds like what you are looking for is "NSUserNotification" and here is a quickstart tutorial on it.

And a related question with useful answers, to boot.

Community
  • 1
  • 1
Michael Dautermann
  • 88,797
  • 17
  • 166
  • 215