4

Growl type notification on iPad/iPhone? I want to show a non-modal/non-popup notification on top of an iPad application.

Growl's are a Mac OS X program that show little popup windows in the corner of the screen that dissappear after an amount of time or have a little x on them (to close sooner.)

gcamp
  • 14,622
  • 4
  • 54
  • 85
MikeN
  • 45,039
  • 49
  • 151
  • 227

2 Answers2

1

Here is a tutorial for a sliding view.

gcamp
  • 14,622
  • 4
  • 54
  • 85
x2on
  • 2,267
  • 3
  • 24
  • 44
0

A custom UIView I created GCDiscreetNotificationView will setup this pretty easily.

gcamp
  • 14,622
  • 4
  • 54
  • 85