Convertbot (http://bit.ly/4EAUwY) has an embedded demo that is accessed through their info button in the app. However, it doesn't seem to use the Mediaplayer framework. They've also managed to get the demo very small, since the total app size is only 1.8MB. Any ideas how a demo like that can be created?
...
Hi,
I'd like to know if it is possible to store resources data into "sub-bundles" or "sub-packages" that I could put into my main AppBundle.
Indeed, I'd like to create a kind of player that reads "content packages", which are all organized the same way, with a standard hierarchical organization :
Package1:
- index.txt
- credits.txt
- ...
Hi,
In my application I have a UIWebView that is able to play Youtube videos normally, but I'd like to play some videos from a website other than Youtube.
If i try to play those videos in the iPhone Safari browser it opens in the same way that YouTube videos (fullscreen mode, showing the player), but that doesn't happen in the UIWebView...
I'm trying to figure out the proper technique for performing skipping ahead or seeking within an mp4 (or m4a) audio file while playing it using the AudioFileStream and AudioQueue APIs on the iPhone.
If I pass the complete mp4 header (up to the mdat box) to an open AudioFileStream, the underlying audio file type is properly identified (...
I know if I fix the bug I have to go through the approval process again. Is there a way to rollback to a previous (approved) version?
...
I have a cell with a few lines of text which changes colour when selected/highlighted. The problem is that as the new viewController is being pushed, the deselection animation occurs which is visually distracting as the text suddenly reverts to the unselected state. I have moved the deselectRowAtIndexPath statement after the line where t...
hi,
How i do the following using the AudioToolbox framework instead of the AVFoundation
playing
stop
setCurrentTime
volume
i implement the SoundEffect class from the BubbleLevel example code and this options don't work.
Thanks!
...
I'm working on a homework app that uses custom Assignment objects for each assignment. I am trying to store an NSMutableArray (casted to an NSArray via initWithArray:) in standardUserDefaults but I'm having trouble with saving and reloading the array.
I have a table view from which you can choose to add a new assignment (which loads N...
Ok this is probably so simple that it's laughable, but I can't figure the answer. What is the property of the uipickerview? For the UIDatePicker, its datePicker.date, for label you can do label.text, etc etc. Is there a pickerView.XX syntax where I can get the value selected similar to the datePicker? Please let me know. Thanks
...
I need to create an IPhone app as an alternative interface to our commercial application. Our application is sold to Hospitals and installed at their location. How do I distribute this IPhone app to the doctors that practice at the individual hospitals?
...
To cut a long story short, my project (an iPhone app) was all working fine until I started using a C++ sdk (openfeint). Everything was working fine, including the C+++ Openfeint stuff, until I switched from tesitng on the device to testing in the simulator.
Now it won't compile for anything and I'm getting just under 200 errors. It's a...
Excuse me if this is a "sparse" question but, I'm somehow confused wit the terms of "Undocumented API call" and "Toolchain" (of Saurik).
Are they same? Or toolchain is "yet another wrapper" for Undoc. APIs? Or entirely different things?
And what place does Erica Sadun's work sit in these definitions?
...
I'm working on my 2nd iPhone app and am curious about Core Data. Time on the project is limited, as is my time overall.
I'm the only dev and I have a feeling that Core Data would be useful but I can't clearly explain why.
Please excuse the following obfuscation .. the app needs to retrieve a list of foos from a central server. Users ...
What multi-threaded C++ library can be used for writing Linux, Windows, Solaris, and iPhone applications? Such as:
TBB
Boost
OpenMP
ACE
POCO
Any others?
...
MonoTouch is always mentioned along with C#. Are the framework and toolset actually limited to C#, or do other CLR languages like IronRuby and F# work as well?
...
Similar to this previous question, I am having a problem with text alignment in my table cells. All the text is shifted up by a few pixels. I am not using custom cells; I am using regular UITableViewCells with the UITableViewCellStyleValue1 style, targeting iPhone OS 3.1. I would prefer a much simpler solution than the previous question'...
What kind of thing is self? Is it correct to call it a pointer? Or is it a variable? Or what else?
...
Hi,
I am looking for an graph library for the iPhone which allowes me to set texts as values on the X-axis. After a quick look at core-plot, it seems its uncapable to do so. I stumbled over s7graphview but can't seem to get it working.
Is there anyone who did got it working, and might be able to share it with me? Or any links to some ...
i can't find no solution!!!
animation size 10kb
sound size 20kb
here is the code:
- (void)setupSounds {
NSString * filePath
filePath = [[NSBundle mainBundle] pathForResource:@"shake" ofType:@"mp3"];
soundShuffle = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:filePath ]error:nil];
...
For example, sometimes there's an import like this:
#import <Cocoa/Cocoa.h>
and sometimes the import looks like this:
#import "Foo.h"
Now what's the difference there? The first is in < > tag things, and the second is in doublequotes. What does the first do? Is that used for pre-compiled files like frameworks which are compiled alre...