Search Results

1
vote
1answer
484 views

How can I listen for didRegisterForRemoteNotificationsWithDeviceToken outside the app delegate

I would like to my object to receive notification with the DeviceToken becomes available. Is there a way to delegate only certain functions from the UIApplication to my class? Update: …
1
vote
1answer
239 views

linking c++ sources in iPhone project

I have a single cpp file added to my iPhone project with a .cpp extension, but I'm seeing errors when linking like: operator new[](unsigned long)", referenced from: …
0
votes
3answers
145 views

Loading external .bundles on iPhone

I would like to add resource files to a .bundle and push them to my application and it seems to work fine in the simulator but fails to build when I change to the device. / …
0
votes

NStimer slow when use CGContextClipToRect in iphone device

As U62 said, 100fps is not a realistic expectation, try running it at 30, maybe 60 updates a second and see how it runs. Also if your writing a game that need to run at a high frame rate you should …
0
votes

Loading external .bundles on iPhone

I found a better solution to my problem. It actually doesn't require the use of bundles at all. I just created an aggregate target instead of a bundle target. Then I added a copy step and a scri …
0
votes

How to Change the Tab (of a UITabViewController) Programmatically?

I'm doing something like this: [root setSelectedViewController: [root.historyController navController]]; …
1
vote

NSString text pixel length

take a look at this post http://stackoverflow.com/questions/1340667/pixel-width-of-the-text-in-a-uilabel …