IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label datetime. Show all posts
Showing posts with label datetime. Show all posts

Monday, August 19, 2013

UILocalNotification showing a date/time in the past

I'm trying to present a UILocalNotification with a date/time in the past but, in spite of the fireDate specified, the notification always refer to the time of the delivery.

As for the UILocalNotification class reference, In case of fireDate nil or in the past, the notification is delivered immediately. But do you know if there is a way to show a time in the past (instead of "now")?


View the original article here

UILocalNotification showing a date/time in the past

I'm trying to present a UILocalNotification with a date/time in the past but, in spite of the fireDate specified, the notification always refer to the time of the delivery.

As for the UILocalNotification class reference, In case of fireDate nil or in the past, the notification is delivered immediately. But do you know if there is a way to show a time in the past (instead of "now")?


View the original article here