Questions tagged [notificationcenter]

Notification Center is an interface designed by Apple that allows users to easily view notifications from all applications in one view. Notification Center is available in iOS 5 and up.

Notification Center is an interface designed by Apple that allows users to easily view notifications from all applications in one view. Notification Center is activated by dragging down from the devices status bar (top of screen), and removed similarly by dragging up from the bottom of the screen.

Options for Notification Center include:

  • Weather widget (powered by Yahoo)
  • Stocks widget (powered by Yahoo)
  • Sort by time
  • Sort manually (allows users to manually arrange the order in which notifications will appear from top to bottom)
  • Ability to enable/disable notifications for individual applications

Notification Center is available in iOS 5 and up.

242 questions
-1
votes
1 answer

NSTimer Stopwatch in Notification Centre

I am having trouble with NSTimer and adding a stopwatch to the Notification Centre; I am very new to Obj C and am not using Xcode. The Widget compiles and runs fine, however pushing "Start:" does nothing and there is no 00.00.00. #import…
-5
votes
2 answers

What does post to notification center mean

What is to post to notification center mean? What is the difference between to post and to add observer using NotificationCenter.
Bigair
  • 1,452
  • 3
  • 15
  • 42
1 2 3
…
16
17