Started 1 week, 1 day ago (2009-11-02 11:13:00)
by dejo
How are you retaining prevAccel ?
Started 6 days, 9 hours ago (2009-11-04 07:10:00)
by jnic
No, web apps do not have push notification functionality, sorry.
Started 1 week ago (2009-11-03 09:53:00)
by robbieduncan
If a valid NSURLConnection object is returned all that means is that you have created a connection object. It most certainly does not mean the connection was successful or that any data was transferred.
You need to implement the
delegate protocol and see what the responses are.
Started 4 days ago (2009-11-06 16:05:00)
by jeremy.king
Started 6 days, 2 hours ago (2009-11-04 13:18:00)
by PhoneyDeveloper
What does the
debugger tell you? If you step through this code what happens?
Started 4 days, 6 hours ago (2009-11-06 09:53:00)
by dejo
Quote:
Originally Posted by NightFox
Does anyone have access to an iPhone/Cocoa-touch
barcode scanning library that uses only the legitimate developer's APIs or know of any?
There is no such library as part of the iPhone API.
Started 1 week, 1 day ago (2009-11-02 10:45:00)
by henkhenk
create array of numbers
hi all:
I want to keep track of some numbers. for this purpose I will need to use an array of numbers:
should I create it and use it the following way or there is an easy way?
NSMutablearray *array1;
[array1 addObject:[NSString stringWithFormat:@"%d", count]];
Started 2 weeks, 6 days ago (2009-10-20 21:44:00)
by Darkroom
the image that appears while the app launches from springboard and loads is a static .
png file named "Default.png". read this .
Started 5 days, 20 hours ago (2009-11-04 20:00:00)
by kainjow
I believe LayerKit was the name of
Core Animation originally, but then they changed it. The framework you want is QuartzCore.
Started 1 week, 1 day ago (2009-11-02 07:01:00)
by Roscoeyo
Removing App from sale - do I need to re-submit?
Hello,
If I remove an Application that has just been approved and is
live from the sale in the App store, does it have to be re-submitted? For instance, our client would like to hold back from releasing the App but its already gone live.
Thanks in advance...