"IOS 단일 뷰 앱 기본파일 목록"의 두 판 사이의 차이

(새 문서: ;Single View Application ;단일 뷰 앱 기본파일 목록 ==HelloWorld== * AppDelegate.h * AppDelegate.m * MainStoryboard_iPhone.storyboard * MainStoryboard_iPad.storyboard * View...)
 
 
(같은 사용자의 중간 판 6개는 보이지 않습니다)
1번째 줄: 1번째 줄:
;Single View Application
{{소문자}}
{{테스트|Xcode 4.3.1}}
;Single View Application Project Default Files List
;단일 뷰 앱 기본파일 목록
;단일 뷰 앱 기본파일 목록
* 프로젝트명을 HelloWorld, 단일 뷰 앱 프로젝트를 선택했을 때 기본으로 생성되는 파일들의 목록


==HelloWorld==
==HelloWorld==
13번째 줄: 16번째 줄:
** InfoPlist.strings
** InfoPlist.strings
** main.m
** main.m
** en-Prefix.pch
** [[Prefix.pch]]
 
==HelloWorldTests==
==HelloWorldTests==
*HelloWorldTests.h
*HelloWorldTests.h

2012년 8월 4일 (토) 14:55 기준 최신판

Single View Application Project Default Files List
단일 뷰 앱 기본파일 목록
  • 프로젝트명을 HelloWorld, 단일 뷰 앱 프로젝트를 선택했을 때 기본으로 생성되는 파일들의 목록

1 HelloWorld[ | ]

  • AppDelegate.h
  • AppDelegate.m
  • MainStoryboard_iPhone.storyboard
  • MainStoryboard_iPad.storyboard
  • ViewController.h
  • ViewController.m
  • Supporting Files
    • HelloWorld-Info.plist
    • InfoPlist.strings
    • main.m
    • Prefix.pch

2 HelloWorldTests[ | ]

  • HelloWorldTests.h
  • HelloWorldTests.m
  • Supporting Files
    • HelloWorldTests-Info.plist
    • InfoPlist.strings

3 Frameworks[ | ]

  • UIKit.framework
  • Foundation.framework
  • CoreGraphics.framework
  • SenTestingKit.framework

4 Products[ | ]

  • HelloWorld.app
  • HelloWorldTests.octest
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}