Road Map of Start Developing iOS Apps Today

 Start

 Tutorial

 Fundamental

 Development

 Next Steps

 - Overview
 - Introduction
 - Setup


 - Jump Right In




 - Tools
 - Language
 - Basic Tasks
 

 - Frameworks
 - Design Pattern
 - Human Interface Design
 - App Design
 - App Store

 - Finding Information
 - Where to Go from Here





본 페이지는 Start Developing iOS Apps Today 문서의  Language 부분을 번역해 놓은 페이지 입니다. 원문은 이곳을 클릭해 주세요. 발 번역이라 이상한 부분이 있을 수 있습니다. 이 상한 부분을 발견하면, 댓글을 달아 주세요.





Language

Objective-C is an elegant object-oriented language that powers all iOS apps. You write Objective-C code to create your app, and you need to understand this language in order to use most application frameworks. Although you can use other languages for development, you can’t build an iOS app without Objective-C.

Objective-C 는 iOS 앱들에 절대적이고, 우아한 객체 지향형 언어 입니다. 당신의 앱을 생성할 때 Objective-C 코드를 작성하며, 당신은 대부분의 어플리케이션 프레임워크를 사용하는데 필요한 언어를 이해할 필요가 있습니다. 비록 당신이 개발에 다른 언어를 이용할 수 있지만, iOS 앱은 Objective-C 없이 빌드 할 수 없습니다.


image: ../Art/language_2x.png


Objective-C is a simple language with syntax and conventions that are easy to learn—especially if you have experience with other object-oriented languages such as Java or C++. If you’re a C programmer, you’ll find that when you become familiar with object-oriented programming and Objective-C, your apps are easier to design and modify.

Objective-C 는 구문이 간결하고 만약 당신이 Java 또는 C++과 같은 다른 객체지향 언어들에 대한 경험을 가지고 있다면 배워서 (Objective-C 프로그래머로)전환하기 쉽습니다. 만약 당신이 C++ 프로그래머 라면, 객체 지향형 프로그밍과 Objective-C가 친숙하게 될 때, 당신의 앱은 수월하게 설계 변경 할 것입니다.

Read This Article Now

Posted by 창업자닉군
,