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 pictures. Show all posts
Showing posts with label pictures. Show all posts

Friday, March 8, 2013

Saving pictures to custom photos album then reloading


I'm trying to save an image to the photos album. But then I want to save some kind of reference to where it is, so that I can save it (using NSKeyedArchiver), close the app... and then be able to open the app again and reload the image. I'm not seeing how to do this. This is how I'm saving the image... how do I save a reference to it. I tried to save the assetURL variable within the completion block, but I was unable to do so... Would appreciate any help.




[self writeImageToSavedPhotosAlbum:image.CGImage orientationALAssetOrientation)image.imageOrientation


                        completionBlock:^(NSURL* assetURL, NSError* error) {


                             


                          //error handling


                          if (error!=nil) {


                              completionBlock(error);


                              return;


                          }


                          


                           


                      }];


View the original article here

Re: Saving pictures to custom photos album then reloading

I was able to save the assetURL within the completion block. I was having "not assignable" issues before. Seems to work now.


View the original article here

Tuesday, February 26, 2013

I would like to take pictures and videos with my I phone by remote

I would like to take pictures and videos by remote


View the original article here

Saturday, February 23, 2013

I would like to take pictures and videos with my I phone by remote

I would like to take pictures and videos by remote


View the original article here

Re: I would like to take pictures and videos with my I phone by remote

Remote what?

 

Ir remote? WiFi remote?


View the original article here