1
vote
1answer
230 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
136 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.
/ …
1
vote
2answers
106 views
Dynamic class creation in Objective-C
Is there an equivalent of selectors for classes? How can I create a instance of a class from a string?
…
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]];
…
