Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Original Subject:
"bjr comment faire une appliction sur l'iphone et quelle est la language utilisée si c'est possible d'avoirs un cours en francais qui peut m'aider?"

bjr comment faire une appliction sur l'iphone et quelle est la language utilisée si c'est possible d'avoirs un cours en francais qui peut m'aider?

Google translate:
"Hello on how to make an iphone appliction and what is the language used if possible assets courses in French who can help me?"


[edit]Translations via Google - OriginalGriff[/edit]
Posted
Updated 17-Mar-13 2:04am
v2
Comments
OriginalGriff 17-Mar-13 8:06am    
'm sure English is not your native language, but it is the default language for this site.
Please, either try to find a better translation of your question to English, or find a site in your own native language, as they may be able to help you better than we can!
Use the "Improve question" widget to edit your question and provide better information.


Je suis sûr que l'anglais n'est pas votre langue maternelle, mais il est la langue par défaut pour ce site.
S'il vous plaît, soit essayer de trouver une meilleure traduction de votre question en anglais, ou trouver un site dans votre langue maternelle, car ils peuvent être en mesure de vous aider à mieux que nous le pouvons!
Utilisez la fonction "Améliorer la question« widget à modifier votre question et de fournir une meilleure information.
Richard MacCutchan 17-Mar-13 8:42am    
A search of Google will find you lots of suggestions.

1 solution

Objective-C Language is used to create Iphone apps. Iphone uses IOS as it's operating system.

Objective-C is the primary programming language you use when writing software for OS X and iOS.

It’s a superset of the C programming language and provides object-oriented capabilities and a dynamic runtime. Objective-C inherits the syntax, primitive types, and flow control statements of C and adds syntax for defining classes and methods. It also adds language-level support for object graph management and object literals while providing dynamic typing and binding, deferring many responsibilities until runtime.

There are many tutorial available online for beginning with IOS developement center

Official IOS development
https://developer.apple.com/devcenter/ios/index.action[^]

you can get help from this nice book too

https://developer.apple.com/devcenter/ios/index.action[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900