iphone app developer

Hong Kong
February 28, 2010 10:11am CST
Hello! Is there any iPhone app developer here? I am a University student, and my Final year project is to develop an iphone application. Is there anyone who is an expert of iphone sdk? Maybe I can ask you for help~ ;)
1 person likes this
1 response
@ausgc21 (340)
• Australia
2 Mar 10
Yes, I am an iPhone developer, but what kinda question do you want to ask? Despite myself being an iPhone developer, I highly recommend joining the stackoverflow forum as people there would pretty much answer any questions with regards to iPhone SDK (and most other software development related questions). To be honest, even though the recent Interface Builder is much better than how it used to be, the iPhone SDK and ObjectiveC is really nasty to develop in compared to Visual Studio so be prepared...
• Hong Kong
2 Mar 10
Isn't the iPhone SDK the only way to develop an app? yup, and i do think that the stack overflow forum is a good place for us to exchange information. by the way, do you know how to get the current user location?
@ausgc21 (340)
• Australia
3 Mar 10
Yeap, iPhone SDK is the only way. ObjectiveC is the programming language deployed by the SDK. With regards to the GPS location, checkout the CLLocationManager class on the API doc. It's pretty simple...