0
votes
3answers
62 views
Apple and private APIs
Now that it's public knowledge that App Store submissions are being tested for use of private APIs, I need to ask the question... what exactly is a private API so that I may avoid …
0
votes
3answers
26 views
IPHONE: CGLayer using 17 times more memory as expected
I have created a 800x1200 context using this line:
CGSize sizeX = CGSizeMake(800, 1200);
CGLayerRef objectLayer = CGLayerCreateWithContext (context, sizeX, NULL);
over this cont …
0
votes
0answers
14 views
Navigation & View Controller questions
I'm experimenting with ViewControllers & NavigationControllers in Interface Builder trying to get a better grasp of what's tied to what and why... I'm struggling with a scenari …
1
vote
0answers
29 views
iPhone: optimized drawing in quartz
I have created a CG context that is 800 pixels wide and 1200 pixels height. I have created CGLayer over this context that has been transformed (scaled, translated and rotated). So, …
0
votes
2answers
24 views
Displaying nearby businesses in mapkit
Is it possible to display nearby businesses in mapkit? If not, how else can that be done?
Is there a way to display by category - restaurant, retail, museums?
Also, I don't thin …
0
votes
2answers
18 views
Cocos2d - Shooting Game Problem
Hi,everyone, I made a shooting game just like 1942(classic shooting game),but here's the question, FPS drops to 5~6 when the fighter shoot out a straight line of bullet,about 7~8 b …
0
votes
1answer
27 views
iPhone - return from an NSOperation
Hi
I am using a subclass of NSOperation to do some background processes. I want the operation to be cancelled when the user clicks a button.
Here's what my NSOperation subclass l …
3
votes
4answers
69 views
Why is this object being deallocated?
Hi, I'm developing an iPhone app, I'm trying to push a view into the navigation controller, which I've done many times before, however, I'm having some issues with this particular …
0
votes
1answer
38 views
iPhone:Can i run two timer at a time?
Hello All,
My game program is running two timers at a time. For showing timer logic and game logic. As far as now, no problems. Both seems to be working fine. Can it be there or w …
0
votes
1answer
60 views
Possible to hide method implementation in library?
I'd like to know if it is possible to hide library implementation from consumers of a static library.
This great thread spawned a few questions in regards to a licensing system …
0
votes
1answer
34 views
iPhone- How to save the view controller object itself?
Hi,
I want to save the state of my view controller. I searched and found that I should save the state by saving state variables.
But I am interested in saving the view controller …
0
votes
1answer
42 views
Google Mock for iPhone development?
I have an interesting situation where I am refactoring a bunch of ObjC iPhone code to create a C++ API. I'm a novice to C++ and looking into C++ mocking frameworks to augment the w …
0
votes
2answers
51 views
iPhone developer certificate request
I have a standard developer account($99). Can i generate the CSR in my friends mac or does the mac also need to be registered on my name ?
0
votes
0answers
14 views
Can I send push notification on iPhone based on its location (without the app running)?
I have this requirement from client where depending on the location of the iPhone we need to send push notification. Now how can we find location of the iPhone without the app runn …
0
votes
1answer
28 views
EXC_BAD_INSTRUCTION with URLConnection initWithRequest
I have a weird error that I cannot seem to find any documentation or posts for. When I try to connect to my web service (changed URL for privacy) using the standard textbook metho …
