Tagged Questions

1
vote
1answer
11 views

how to get accurate location from core location in iphone sdk?

What is the best way to get accurate location from location manager? if someone needs source for my implementation i'll post it
2
votes
3answers
92 views

What is the keyboard shortcut in XCode for “Find in Project”?

I don't understand the keyboard shortcut for "Find in Project" in XCode. It looks like "Up command F" but that key combination just does "Single File Find". Any ideas?
1
vote
2answers
103 views

How can I display the auto-complete list in XCode?

How can I display the auto-complete list in XCode? For example if I have a variable named "mainCharacterImage" and I don't feel like typing the entire name.
1
vote
2answers
168 views

How do I handle provisioning profiles after upgrading to OS 3.1.2?

I just upgraded my iPhone to OS 3.1.2. When I try to run my game that was installed w/ OS 2 I get an error message "Application can't be opened because the provisioning profile ha …
1
vote
3answers
12 views

How to prevent certain functions, variables etc from appearing in the XCode auto-complete menu?

I like typing the first characters of a function name in XCode and pressing escape to get a list of functions w/ similar names. Sometimes I have functions that I don't want to app …