1
vote
2answers
105 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
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 …
3
votes
1answer
26 views
Anyone use mono-develop and mono-touch yet?
Has anyone used Mono Develop and MonoTouch api for development yet? It lets you use C# instead of Objective C as the language. They then statically compile to native code.
Is i …