Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Coding standards for developing iphone app [closed]

I am newbie in iPhone development.
I want to start a project and want to know coding standards of objective-C like naming, casting etc.
Thanks

like image 553
Manish Agrawal Avatar asked Jan 15 '12 19:01

Manish Agrawal


2 Answers

Start with reading Apple documentation on the iOS Dev Center. It contains a wealth of howtos, tutorials and technical stuff.

like image 175
Cyrille Avatar answered Oct 05 '22 22:10

Cyrille


If you are starting fresh and want to learn the basics, Ray Wenderlich has some great guides out there, especially for people new to the language. You could try starting with this tutorial he has created. Enjoy the ride :)

like image 28
eric.mitchell Avatar answered Oct 05 '22 22:10

eric.mitchell