Start ! iPhone Dev. 2012.5.4 남기수. Table of contents 1.Xcode - Xcode Install - Start Project ! 2. Dev. - Architecture - Create UI 3. Example - 스마트 대면맞고.

Slides:



Advertisements
Similar presentations
View-Based Application Development Lecture 1 1. Flows of Lecture 1 Before Lab Introduction to the Game to be developed in this workshop Comparison between.
Advertisements

Detecting Collisions CSE 391 Fall 2012 Tony Scarlatos.
Telerik Software Academy Mobile apps for iPhone & iPad.
The Accelerometer CSE 391 Fall 2011 Tony Scarlatos.
View Controllers (second part) Content taken from book: “iPhone SDK Development” by Bill Dudney and Chris Adamson.
Developing iPhone Apps with MonoTouch Bobby Chopra
Storyboards Managing multiple views. Overview Create a single view application Give the project a name and click “Use Storyboards” and “Use Automatic.
Scott Pinkerton Sample GUI/Application Portfolio 1.
IOS WorkShoP Xcode 4 iOS 5 : “A Primer”. Objective-C iOS applications are written in Objective-C language using the Cocoa Touch library Objective-C is.
Xcode Presentation Tom Pletzke. Creating App from template Launch Xcode Select Tabbed Application.
Intro to the Xcode IDE and the iOS SDK CSE 391 Fall 2012 Tony Scarlatos.
FINAL PRESENTATION SYDNEY TOUR. Divya Nalla Raja Kandasamy RajaShekar Donti Ren Zhu Sadah Omar Sulaiman
Introducing NativeScript [Pavel Kolev Software Telerik: a Progress company]
1 Designing with a UIToolBar iPhone/iPad, iOS Development Tutorial.
Folio3 IPhone Training Session 1 Presenter: Imam Raza.
Mobile Device Programming
Copyright © 2010, SAS Institute Inc. All rights reserved. SAS ® Office Analytics.
Tabbed Views UITabBarController. Controller Architecture UITabBarController Controls the first view that the user sees The view controller class (and.
Understanding Xamarin Development Matt
IOS with Swift Hello world app.
Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22.
Xamarin iOS Hands On. Hands-On: Xamarin iOS Ziele – Kennenlernen von Xamarin Android – Native UI –
Create a Web View App Step-by-Step. Step 1 Create a new project in XCode using the "Single View Application" option.
+ An Intro To Xcode By Sarah Montroy. + What is Xcode?
View Controllers Content taken from book: “iPhone SDK Development” by Bill Dudney and Chris Adamson.
Nav Controllers UINavigationController. Overview Nav Controller basics Like a tabview controller, a navViewController manages views A navigationViewController.
9 주 실습강의 XML Visualization(1) 학기, 소프트웨어 설계 및 실험 ( Ⅰ )
1 UI Alert View iPhone/iPad, iOS Development Tutorial.
The iOS Platform and SDK. iOS iPhoneiPad Mini iPad.
Understand Windows Services Software Development Fundamentals LESSON 5.3.
Understanding VirtualAlloc usage using Windows Performance Analyzer
3:00. 2:59 2:58 2:57 2:56 2:55 2:54 2:53 2:52.
What web developers need to know when building Metro style apps Scott Dickens Principal Program Manager Lead Microsoft Corporation DEV352.
The Second Renaissance Of MFC 김 광태 (Andy Kim) 안철수 연구소 선임연구원
WebViews UIWebView. Controller Architecture UITabBarController Controls the first view that the user sees The view controller class (and xib) that manages.
IOS Applications Michelle Alexander COMS E6998 2/4/2013.
A tour of new features
Iphone Online Training AcuteSoft: India: , Land Line: +91 (0) USA: , UK : +44.
ITE Hirakjyoti Nath Class 7
YAHOO TECHNICAL SUPPORT SERVICE Welcome to you.
Windows Version 3.1
iOS - iPhone/iPad Application Development Workshop Part 1
Cross Platform Development with Xamarin & Visual Studio 2013
Xamarin Mac application development
Views in iOS Mobile apps for iPhone & iPad Telerik Software Academy
iOS - First Application Anatomy
Auburn University COMP 2710 Software Construction xCode Development Environment for C++ Programming in Mac OS Dr. Xiao.
2015 Summer Camp additional classes:
HW#9 IOS Clues CSCI571 Spring 2017
Real quick, just to understand the audience, how many of you:
View-Controller Family

EEC-492/693/793 iPhone Application Development
Top Fire Protection Services Ottawa available on Dubinskyconstruction
Affordable iPhone Mobile Apps Development Services Company
Mobile App ux/ ui design In High Quality.
Power BI Overview  SV Trainings Power BI Course allows you to master Power BI Tool. We provide best Power BI Online Training classes to help you learn.
iOS App Development Training
CSC 581: Mobile App Development
Ашық сабақ 7 сынып Файлдар мен қапшықтар Сабақтың тақырыбы:
Windows басқару элементтері
05 | Desktop Applications
Welcome to Memo+ Group 14.
User Interface Often overlooked.
Қош келдіңіздер!.
________________________________ ________________________________
CSC 581: Mobile App Development
HP Printer Customer Support USA
Информатика пән мұғалімі : Аитова Карима.
THANK YOU for helping make tonight possible
Presentation transcript:

Start ! iPhone Dev 남기수

Table of contents 1.Xcode - Xcode Install - Start Project ! 2. Dev. - Architecture - Create UI 3. Example - 스마트 대면맞고

Xcode Install

Welcome ! 기존 프로젝트 생성 새 프로젝트 생성

Start Project ! Run Stop

Window App Delegate UIWindow *window MainViewController *mainViewController MainViewController UIViewController *vc1 UIViewController *vc2 UIViewController *vc3 vc1 Appdelegate vc1 View MainViewController ViewController View Architecture ( 사용자 시점 )

Create UI How to? 1. Code 2. Interface Builder 3. Storyboard

Code 1) 버튼등록 2) 버튼클릭에 대한 함수 호출로 ViewController 를 생성

Interface Builder 1)Action 에 관한 처리 2)Custom Control 등을 GUI 로 처리 ( 코드 자동생성 ) 1)Action 에 관한 처리 2)Custom Control 등을 GUI 로 처리 ( 코드 자동생성 )

Storyboard 1) 버튼을 우클릭 해서 ViewController 로 드래그 2) Modal 선택 * 버튼클릭 -> ViewController 전환이 자동으로 완성

Storyboard

Example

Thank you! 참고자료 : Xcode 설치 – Code UI 생성 – ‘ 스마트 대면맞고 ’ Storyboard -