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 문서의 Frameworks 부분을 번역해 놓은 페이지 입니다. 원문은 이곳을 클릭해 주세요. 발 번역이라 이상한 부분이 있을 수 있습니다. 발견 즉시 댓글을 달아 주세요.




Frameworks

An app consists of code that you write and frameworks provided by Apple. A framework contains a library of methods that your app can call. More than one app can access a framework library at the same time.

앱은 당신이 작성하고 애플에서 제공된 프레임워크 코드의 구성입니다. 프레임워크는 당신의 앱이 호출할 수 있는 메소드 라이브러리로 구성되었습니다. 하나 이상 앱에서 동시에 프레임워크 라이브러리에 접근할 수 있습니다.

image: ../Art/framework_2x.png

Any app that you develop links to multiple frameworks. You can take advantage of a framework through its application programming interface (API). The API, published in header files, specifies the available classes, data structures, and protocols. Apple writes frameworks that anticipate the basic features you might want to implement. You should use frameworks both to save time and effort and to make sure your code is efficient and secure. The system frameworks are the only way to access the underlying hardware.

당신이 개발한 앱은 프레임워크에 다양하게 연결됩니다. 당신은 애플리케이션 프로그래밍 인터페이스 (API)를 통해 프레임워크를 활용할 수 있습니다. API는 헤더파일 속 게시된, 사용할 수 있는 클래스를 지정, 데이터 객체, 그리고 프로토콜. 애플은 당신이 원할 것 같은 구성의 기본특징을 예측해 프레임워크를 만듭니다. 당신은 프레임워크를 이용해야 시간과 수고를 줄이고 능률적이고 안전한 코드를 만들 수 있다고 확신 합니다. 시스템 프레임워크는 오직 이 방법으로 근본 하드웨어에 접근할 수 있습니다.

Read This Article Now

Posted by 창업자닉군
,