I want to use OpenAL to play music in an iOS game. The music files are stored in mp3 format and I want to stream them using a buffer queue. I load audio data into the buffers using AudioFileReadPacketData(). However playing the buffers only gives me noise. It works perfectly for caf files, but not for mp3s. Did I miss some vital step in ...
How to draw a text in MKCircleview? i have to print a text on the overlay of MKMapview. is it possible?
...
I have in my app a considerable amount of data that it needs to access, but will never be changed by the app. Currently I'm using this data in other applications in JSON files and SQL databases, but neither seems very straightforward to use in iOS.
I don't want to use CoreData, which provides tons of unnecessary functionality and comple...
Hi,
I have three UIImages added to three UIScrollviews that are positioned one under the other.
I am trying to find a way to blur the adjacent edges that are between two scrollviews but am unable to find a way to do that.
Can someone please suggest a way to achieve this?
Any help will be appreciated
Thank You
Shumais Ul Haq
...
Hi Folks,
I have an application which loads a view in it. I want to position the loaded view in 450pt of y cordinate. How to do that.
Regards
Ranjan
...
Hi there,
I am having problem finding a memory leak with Instruments. Usually it helps me a lot and I am able to find the leak, but in this case I'm lost.
I am creating a view controller that controls a views loaded from NIB file. The view has Map View with "Show user location" on true. Once user location is found I use MKReverseGeocod...
hey in my application i use date time picker to pick up the date and time, it runs perfectly on the simulator but when run on device the date and time changes and is not the one entered by the user. Can some one help as to what might be wrong!
...
Hi,
Is it possible to change the secure password character displayed ?
...
I'd like to have a 3d object inside an iPhone UIView that can be rotated by using the touching events (swipe with a finger maybe). Where shall I start looking at? I guess OpenGL ES might be useful to do this, but I know nothing about it and I do not wanat to go deep inside OpenGL Programming ( studiying physics, rotations, quaternions et...
I'd like to play an audio HTTP Live Stream in background. But how do I do that?
I tried to add the key (an Array) "UIBackgroundModes" with value "audio" to the info.plist. Now I try to play audio with the MPMoviePlayerController. But as soon as the app goes into background, the audio Playback stops! I don't know of any other API to play...
Hello,
I'm working on an app that makes several Http Request to a RESTFULL web server.
When I lauch the app, the request is performed and very often it timeouts. If I perform the request once again (a dedicated button is in the UI for this purpose) it's quite fast (no time out).
Do you have any hints on the location of this problem ? Co...
I would like to create a barcode scanning applciation for iPhone & Android . I have found for iPhone "Red Laser" http://www.redlaser.com/SDK.aspx.
I would like to know of any software people know about that has a shared license for both Android and iPhone devices.
Cheers.
...
Is there a way to make some value of my preferences stored in the iPhone Application Settings to be read-only.
Let say that for some reasons I do not want the user to be able to modify some values.
Is possibile?
Thanks
...
How easy is it to revert an OS on a device, i.e. iphone or ipod touch?
I know apple still makes sdk 3.1.3 available but what if you want to test it on a device that currently has version 4 of the OS?
Apple seems to make this much more difficult than it should be given the number of people most probably using 3.x OS.
Just testing for ...
gdb (6.3.50-20050815, shipping with XCode 3.2.3) seems confused about the location of source code for one of my files. This is the partial backtrace:
#0 0x00029c4f in -[STGameController endGame] () at iostream:76
#1 0x000266fd in -[STGameController exitButtonTapped:] () at iostream:76
#2 0x00482e14 in -[UIApplication sendAction:to:f...
I am still going through a beginners textbook but nowhere does it explain how to create and reference a 'dll'. I assume its called something different but if I wanted to for example create a dll to store all my LocaleHelper code, how would I go about creating it and then referencing it.
I see in xcode you can't add more than one projec...
Hi.
I have a table with several text fields in it. Tapping on any of the text fields brings up the keyboard and the view scrolls automatically to bring the cursor above the keyboard if required.
I have a method in there that gets called whenever the user presses the Return key while editing a text field and I simply move the first resp...
- (void)viewDidLoad {
}
-(id)initwithinfo2:(NSInteger)pass_wordID2
{
NSLog(@"pass_wordID:%d",pass_wordID2);
}
I want to use pass_wordID2 in viewDidLoad. How ?
...
I have implemented odf reader application for iphone.Now i want to get list of audio url and video url from the pdf.I dont know how it possible.Please help me for this query.
...
Here goes a newbie question:
Create a new project in Xcode: File > New Project and select Navigation-based Application from iPhone OS templates.
Install json-framework as explained here.
Edit RootViewController.h's interface section into this:
@interface RootViewController : UITableViewController {
NSURLRequest *request;
NSURL...