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.
Related
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 2 years ago.
Improve this question
If answer is yes, what are the frameworks can I use? I'm planning to do an app which records in slow-motion mode because in normal I just can record to max 60fps. Can I do it with swift or do I need to use objective-c? I would like to capture 240fps with slow-motion.
I get 1920x1080 240 fps in ultrawideanglecamera mode. And get that camera with discoverySession method of swift.
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 7 years ago.
Improve this question
I am developing a iPhone application that needs realtime sound processing. What i would like to archive is to get the sound loudness (from the microphone), compare it with a threshold and do some logic based on the loudness level. Is there any library in iOS that would enable me to do this? Does iOS have any built in function that would give me the current sound loudness level?
Thanks!
This SO question looks like a good place to start (it's close enough to be a dupe, maybe, but I figured I'd answer anyway).
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.
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.
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.