iphone how to use Three20 save photo? - iphone

I use Three20 library to create application like photo album browser.
My Questions is how to use Three20 to save images? or by using UIImageWriteToSavedPhotosAlbum to save images?
I hope you provide me with some code.
Thanks,
And sorry for my poor English.

Hey, please see the following link:
How do you use TTURLCache to save images to disk?
Good luck.

Related

Access Photo Library without using UIImagePickerController

Everyone.
Is there any way of accessing photos on my iphone without using UIImagePickerController?
Can I somehow use NSFileManager for this purpose? If not then is there any alternative?
Best Regards.
The Assets Library Framework allows you to access the photos and videos managed by the Photos application, which includes those that are in the saved photos album, those coming from iTunes and those that were directly imported into the device
See the official docs for more information.
There's also a very good tutorial here on how to use it, including a video.

any good iphone/ipad photo gallery template

i am looking for an easy to use photo gallery however i need to find an easy to implement one that has good and clean functionality.
Any solutions?
PhotoViewer by Enormego is good
see three20, the framework, the Facebook app uses.
Take a look AQGridView. It can be used to implement a photo gallery pretty easily.

how to upload using facebook iphone api to post image and text from iphone

Hope you all doing well, i have a one problem i want upload a small image with some text in front of that image from iphone, but not succeeded yet. I gone through some blogs and post but not find any thing like that . Please suggest me some piece of sample code how to do that..
Thanks in Advance
Have a look at FacebookConnect for iPhone. There's a library and demo code.

How to Get iPhone Video or Photo's Geotag? Using UIImagePicker

I am building an app that allows user to pick videos/photos from camera or photo library.
If picked from photo library, is it possible to access to the video or photo's geotag? Thanks!
You can see an overview of how to approach this issue at the following related links:
Online guide available here:
http://iphone-land.blogspot.com/
Iphone-EXIF Guide here:
http://iphone-exif.googlecode.com/files/iphone-exif-guide-0.8.pdf
Downloadble source codes here:
http://code.google.com/p/iphone-exif/
I hope this is enough to guide you :)

How could I save Image from url into app?

I am developing iPhone application, and I want to store image which is loaded from url into application document folder, but i don't know how to do this.
any suggestion?
Thanks!!!
Have a look at Apple's URLCache sample.