How to get a list of the pictures in my Photo library on my iPhone? [closed] - iphone

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Is there an API which can give me access to the pictures in my Photo application on iPhone?

There is an Assets Library framework you can refer for getting pictures from photos application of iOS device.
If you want to learn from here how to use Assets Library for picking up multiple pictures. Though it may be off to your requirement but it is nice place to learn how AssetsLibrary Works. There are page links given at the end of tutorial above You May Like.

Related

Creating custom gesture in iPhone App [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need to implement creating custom gesture(like Gesture Builder in Android) in my iPhone application. So, is there any good tutorial or sample application?.
Thanks
The best thing is to watch the WWDC sessions on gestures. They're free and available through iTunes if you're a registered developer.

Facebook official icons [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm going to develop apps for iOS, Android and Windows Phone that will be connect with Facebook.
I'm searching http://developer.facebook.com but I haven't found official icons for login button, etc. Sometime ago I'm sure they were there, but now I can't find them.
Where I can get official facebook icons?
iOS SDK comes with a FBConnect.bundle but I don't know how to open that file and get its images to use them on the other platforms.
Facebook Brand Resources is the place to get official graphics and how you can use it.
You need to use either self-made/custom images or one of the Facebook logos from "Brand Permissions Center" Facebook Brand Assets.

AVFoundation camera tutorial [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Is there a basic tutorial for the AVFoundation for use with the camera anywhere?
UIImagePicker isn't the right tool for my app and it looks like this is but I'm not sure how to get it going.
I can kind of see how to take a picture using AVCaptureStillImageOutput but I can't see how to display the camera view onto the screen.
Any help is much appreciated.
Thanks
Oliver
If you're a registered Apple developer, session 409 (in the Graphics and Media section) of this year's WWDC is a very good tutorial: http://developer.apple.com/videos/wwdc/2010/
here are more direct links ...
session 409:
http://adcdownload.apple.com//videos/wwdc_2010__sd/session_409__using_the_camera_with_av_foundation.mov
also, session 405 intro:
http://adcdownload.apple.com//videos/wwdc_2010__sd/session_405__discovering_av_foundation.mov

Play podcast from within an iPhone application [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
Is a tutorial or code example available which embeds a podcast from a URL into an application?
If you mean playing just a simple audio file there's plenty of tutorials out there. If you're talking about real podcast (which is a xml file that contains references, details and links to audio files) take a look at NSXMLParser and search google for playing audio iphone.

Video recording API in iPhone SDK 3.0 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am working on an app which should allow user to record video on iPhone 3GS.
I was looking into MediaPlayer references but could not find anything there. Can someone give me a head start on the APIs to look for?
You want the UIImagePickerController, which is basically a dialog box that you can show to let the user either take pictures or record video.