i want to make a compass bearing in iphone. like there will be a circle in the corner and it will have 'v' shape drawn inside. so when i start my camera and move than i shlould see the markers... but my first question is
a) how to make that circle in the corner whose center will be my current location. so now if i find any point at particular lat long than it should appear as dot in the quadrant.
I am trying to make a small music app on the iphone. I want to have an octave a piano which will respond to touches and play the key or keys that the user touches. How would i be able to get two or more sounds to play at the same time so it sounds like a chord? I tried using AVFoundation but the two sounds just play one after the other.
Hi,
I have a file with Chinese text that I want to use in my xcode project (I'm planning to load it through a database as it is lot of text), the problem is I dont know how to add the font to my project so that its viewable when used on an iPhone?
Thanks :)
Hi all...
I need to call .net webservice in iphone application.
Kindly let me know the steps to be followed and if possible
also provide me with some helpful sample codes/links..
Its urgent :):)
regards,
vijaya
Hi!
Users authenticate normally on my iPhone app, and the permission for publish_stream is requested correctly. When the user want to post something on his wall, the text is transmitted to my backend and the backend posts it (with the transmitted session key) to the users facebook wall. The first post is always possible but at the second, the response is:
"The user hasn't authorized the application to perform this action"
But I was already able to post some seconds ago. What is wrong?
Best
Steve
Hi,
I would like to know which type of persistent store would be most appropriate in what situations,
Like how can I decide where to use core data, property list or archives for my iphone application.
Thanks
iPhone Human Interface Guidelines -- Do they apply for OpenGL games? GL games typically have custom buttons, custom lists, etc. Take the Quake player list for example, if ported, it wouldnt be a typical UI list object. Does this mean the reviewer in question would reject anything that wasn't using standard UI? Or, is there an exception for games.
I am using json touch to get some data from my server database and everything works fine but I've got a little problem. I have some images stored as longblob in the db and I can't download them to my iphone app. All I get is a 'null' array. Does anyone know why this is happening???
Hi All,
I am now learning on the audio framework of iphone. Just tried to play a sound file and it works fine. Now i need to pause that thing when its playing. How can i do that, Can anyone help me please.
Thanks in advance,
Shibin
Hello,
I am creating a ebook iPhone application and it consists of a bunch of pages.
My problem is some of the pages consists of images.
Is there a way to put the text and image in the same component.
What would be the best way to acheive this?
Thanks
Hi EveryOne,
I am looking for any tool or approach using which I can do UI unit test for iPhone application, I am aware of SenTestCase framework however which is used to do that testing for code I am looking for UI unit testing.
Any suggestion will be great help to me.
Thanks in advance.
Regards,
Satish.
Suppose we are writing a class (let's call it Class) in an iPhone program. In all the samples out there, the init methods are typically declared like this:
-(id) initWithFoo: (Foo *) foo
My question is: would it be more logical to do the following? Why or why not?
-(Class *) initWithFoo: (Foo *) foo
I am looking into developing an audio delay line - external microphone to line out on the iPhone. Is there any sample code anyone could recommend? I have already been playing with SpeakHere and AurioTouch. AurioTouch is helpful although complex to sift through.
We are using http live streaming for on demand video from within our iPhone app and on the 3GS models the videos play as they are meant to. However, on the models pre 3GS it gives an error saying this movie format is not supported.
I have seen other threads on this however no solutions or insights.
Does anyone know if this really is a hardware limitation of the pre 3GS phones or does it have something to do with our code?
I have a mac and a macbook, and one iPhone device and want to develop on both systems.
My enrollment type is individual.
How am I able to install the developer certificate and provisioning profiles on both machines?
On the macbook it says 'a valid signing identity matching this profile could not be found in your keychain'.
In my keychain I have a 'green status' for my developer certificate and in the xcode organizer for my device as well.
Hi I am using the Development Provisioning Assistant
At Step 3: Verify your private and public keys in Keychain Access, I have the "iPhone Developer: XXXXXXX" certificate in the Keychains-login, but I can't find any keys. If I click Category-Keys I see nothing.
What should I do to make it has the private key and public key there?
I got a .net web service with dataset as one of the intake parameter. e.g.
int HellowWorld(dataset ds) {}
After this web service being invoked, it will start processing and return status (success or fail) after the process finished.
My question is, how iphone application can build a dataset and attach it as a parameter for sending to the web service?
i'm able to successfully integrate facebook into my iphone application.
but just before publishing, it will show a dialog which is an instance of "FBStreamDialog".
I'm only setting "userMessagePrompt" which is "Share the app with Facebook and follow the link to obtain the app" and "attachment" with "Share the app".
When the app is run and when FBStreamDialog is shown, I'm seeing only "attachment" and not "userMessagePrompt".
Why?
My iPhone app has a built in RSS reader. There are images and I'd like to find a way to cache them on the system but have the system manage the caching and eventual clean up.
Is there a way of doing this?
I want to convert GMT +530 to CET (Central European Time) in iPhone sdk?
does anybody have idea about this? also tell me what is the time difference between these two?
Means if time is 10 am in gmt +530 then what it will be in CET?
I'm new to iPhone dev and am using sqlite3 but there seem to be two different sqlite libraries available: libsqlite3.0.dylib and libsqlite3.dylib
Which is the best to use? What's the difference?
Any help appreciated.
Has any one encountered any open source iPhone UI Libraries that are good to use in projects to replace some of the standard controls with ones that are more customizable?