SlideShare una empresa de Scribd logo
1 de 14
iOS development basic knowledge

戴谷州 KEN_TAI@UUU.COM.TW
AGENDA

 MVC
 Delegation

 Target-Action

 UIApplication Archtecture

 UIViewController Catelog

 UIView Archtecture
MVC


             Model




      View           Controller
MVC

   Model
     Data class/ Entity
     Data Access/Business logic

   View
     Display   component
   Controller
     View behavior definition
     View arrangement
UIKIT ARCHTECTURE


               Model




                view
      UIView           UIViewController
UIKIT ARCHTECTURE

   Model
     Custom

   UIView
     Subclass    of UIView
     .xib / .storyboard

   UIViewController
     View behavior definition
     View arrangement (Hard coding)
DELEGATION

                    delegate
        Component              Behavior




 Component’s behavior is defined in another
  pre-defined class.
 Must keep relationship between component
  and behavior with field relation.
UIKIT DELEGATE

                       delegate
      UITextField                  UITextFieldDelegate




                        delegate
                                   UITableViewDelegat
      UITableView
                                            e




                    dataSource
                                        UITableView
                                        DataSource
TARGET-ACTION
                 Target
     Component            CustomClass

                 Action
                          CustomMethod


 Component’s behavior is defined in custom
  method in custom class.
 Must keep relationship between component
  and behavior with add target and action.
UIKIT TARGET-ACTION



                 Target
      UIButton                self

                 Action
                          clickHandler:
UIAPPLICATION ARCHTECTURE


      UIApplicatio                                  UIViewController
          n
                         rootViewControll
                         er
                                                             view
                                        addSubVie
                                        w
 UIApplicationDelegate       UIWindow                       UIView
UIVIEWCONTROLLER CATALOG
   Container
       UINavigationController
       UITabBarController
       UISplitViewController(iPad)
       UIPopoverController(iPad)
       UIPageViewController
   Build-In
       UITableViewController
       UIMenuController
       UIImagePickerController
   Custom
       Subclass of UIViewController
   ModalViewController  Switch UIViewController
UIVIEW ARCHTECTURE

   All subclasses of UIView
UIAPPLICATION INTERACTS WITH …

                    Http
     UIKit                                         Other Services
                Communication

     Camera      GPS        Heading


     File I/O       Media


    Accelerometer      Localization

                     [ [UIApplication shareApploication]
                     openURL]
                Other App

Más contenido relacionado

La actualidad más candente

La actualidad más candente (9)

Android components
Android componentsAndroid components
Android components
 
Android UI Fundamentals part 1
Android UI Fundamentals part 1Android UI Fundamentals part 1
Android UI Fundamentals part 1
 
04 user interfaces
04 user interfaces04 user interfaces
04 user interfaces
 
Android Basic Components
Android Basic ComponentsAndroid Basic Components
Android Basic Components
 
Fragments
FragmentsFragments
Fragments
 
Fragment
Fragment Fragment
Fragment
 
Short Intro to Android Fragments
Short Intro to Android FragmentsShort Intro to Android Fragments
Short Intro to Android Fragments
 
django-sitecats 0.4.0 : Python Package Index
django-sitecats 0.4.0 : Python Package Indexdjango-sitecats 0.4.0 : Python Package Index
django-sitecats 0.4.0 : Python Package Index
 
2012 08 24 backbone_2
2012 08 24 backbone_22012 08 24 backbone_2
2012 08 24 backbone_2
 

Destacado

C design presentation
C design presentationC design presentation
C design presentationGazal Mehta
 
Intro to Obj-C Design Patterns or Or how I learned to be less bad
Intro to Obj-C Design Patterns or Or how I learned to be less badIntro to Obj-C Design Patterns or Or how I learned to be less bad
Intro to Obj-C Design Patterns or Or how I learned to be less badHaris Amin
 
CAIIB MODULE C HRM
CAIIB MODULE C HRMCAIIB MODULE C HRM
CAIIB MODULE C HRMCS PASRICHA
 
Human Resource Planning
Human Resource PlanningHuman Resource Planning
Human Resource PlanningFarook_A_Azam
 
Functions and Activities of HRM
Functions and Activities of HRMFunctions and Activities of HRM
Functions and Activities of HRMSharon Geroquia
 
Human Resource Management
Human Resource ManagementHuman Resource Management
Human Resource Managementgumbhir singh
 
Strategic Human Resource Management
Strategic Human Resource ManagementStrategic Human Resource Management
Strategic Human Resource ManagementChanima Bhattacharya
 
Human resource management process
Human resource management processHuman resource management process
Human resource management processZeeshan Sabir
 
HUMAN RESOURCE PLANNING
HUMAN RESOURCE PLANNINGHUMAN RESOURCE PLANNING
HUMAN RESOURCE PLANNINGAIMS Education
 

Destacado (12)

Marine Azéma CV
Marine Azéma CVMarine Azéma CV
Marine Azéma CV
 
C design presentation
C design presentationC design presentation
C design presentation
 
Intro to Obj-C Design Patterns or Or how I learned to be less bad
Intro to Obj-C Design Patterns or Or how I learned to be less badIntro to Obj-C Design Patterns or Or how I learned to be less bad
Intro to Obj-C Design Patterns or Or how I learned to be less bad
 
CAIIB MODULE C HRM
CAIIB MODULE C HRMCAIIB MODULE C HRM
CAIIB MODULE C HRM
 
HUMAN RESOURCE
HUMAN RESOURCEHUMAN RESOURCE
HUMAN RESOURCE
 
Zara - A case study
Zara - A case studyZara - A case study
Zara - A case study
 
Human Resource Planning
Human Resource PlanningHuman Resource Planning
Human Resource Planning
 
Functions and Activities of HRM
Functions and Activities of HRMFunctions and Activities of HRM
Functions and Activities of HRM
 
Human Resource Management
Human Resource ManagementHuman Resource Management
Human Resource Management
 
Strategic Human Resource Management
Strategic Human Resource ManagementStrategic Human Resource Management
Strategic Human Resource Management
 
Human resource management process
Human resource management processHuman resource management process
Human resource management process
 
HUMAN RESOURCE PLANNING
HUMAN RESOURCE PLANNINGHUMAN RESOURCE PLANNING
HUMAN RESOURCE PLANNING
 

Similar a iOS Dev Basics

Intro to UIKit • Made by Many
Intro to UIKit • Made by ManyIntro to UIKit • Made by Many
Intro to UIKit • Made by Manykenatmxm
 
Intro to iOS Application Architecture
Intro to iOS Application ArchitectureIntro to iOS Application Architecture
Intro to iOS Application ArchitectureMake School
 
Ios development 2
Ios development 2Ios development 2
Ios development 2elnaqah
 
"Universal programming recipes", Kateryna Trofimenko
"Universal programming recipes", Kateryna Trofimenko"Universal programming recipes", Kateryna Trofimenko
"Universal programming recipes", Kateryna TrofimenkoBadoo Development
 
Universal programming recipes​ - Ekaterina Trofimenko - Women In Technology
Universal programming recipes​ - Ekaterina Trofimenko - Women In TechnologyUniversal programming recipes​ - Ekaterina Trofimenko - Women In Technology
Universal programming recipes​ - Ekaterina Trofimenko - Women In TechnologyBadoo
 
Application Frameworks - The Good, The Bad & The Ugly
Application Frameworks - The Good, The Bad & The UglyApplication Frameworks - The Good, The Bad & The Ugly
Application Frameworks - The Good, The Bad & The UglyRichard Lord
 
Delegateless Coordinator
Delegateless CoordinatorDelegateless Coordinator
Delegateless CoordinatorTales Andrade
 
iOS Development (Part 3) - Additional GUI Components
iOS Development (Part 3) - Additional GUI ComponentsiOS Development (Part 3) - Additional GUI Components
iOS Development (Part 3) - Additional GUI ComponentsAsim Rais Siddiqui
 
iOS Beginners Lesson 2
iOS Beginners Lesson 2iOS Beginners Lesson 2
iOS Beginners Lesson 2Calvin Cheng
 
iPhone Development: Multiple Views
iPhone Development: Multiple ViewsiPhone Development: Multiple Views
iPhone Development: Multiple ViewsJussi Pohjolainen
 
RIA implementation patterns
RIA implementation patternsRIA implementation patterns
RIA implementation patternsÜrgo Ringo
 
App coordinators in iOS
App coordinators in iOSApp coordinators in iOS
App coordinators in iOSUptech
 
D2 OPEN SEMINAR - WWDC 핫 이슈
D2 OPEN SEMINAR - WWDC 핫 이슈D2 OPEN SEMINAR - WWDC 핫 이슈
D2 OPEN SEMINAR - WWDC 핫 이슈NAVER D2
 

Similar a iOS Dev Basics (20)

IOS APPs Revision
IOS APPs RevisionIOS APPs Revision
IOS APPs Revision
 
Intro to UIKit • Made by Many
Intro to UIKit • Made by ManyIntro to UIKit • Made by Many
Intro to UIKit • Made by Many
 
Swf2 ui
Swf2 uiSwf2 ui
Swf2 ui
 
Intro to iOS Application Architecture
Intro to iOS Application ArchitectureIntro to iOS Application Architecture
Intro to iOS Application Architecture
 
Ios development 2
Ios development 2Ios development 2
Ios development 2
 
I os 11
I os 11I os 11
I os 11
 
"Universal programming recipes", Kateryna Trofimenko
"Universal programming recipes", Kateryna Trofimenko"Universal programming recipes", Kateryna Trofimenko
"Universal programming recipes", Kateryna Trofimenko
 
Universal programming recipes​ - Ekaterina Trofimenko - Women In Technology
Universal programming recipes​ - Ekaterina Trofimenko - Women In TechnologyUniversal programming recipes​ - Ekaterina Trofimenko - Women In Technology
Universal programming recipes​ - Ekaterina Trofimenko - Women In Technology
 
Application Frameworks - The Good, The Bad & The Ugly
Application Frameworks - The Good, The Bad & The UglyApplication Frameworks - The Good, The Bad & The Ugly
Application Frameworks - The Good, The Bad & The Ugly
 
Delegateless Coordinator
Delegateless CoordinatorDelegateless Coordinator
Delegateless Coordinator
 
iOS Development (Part 3) - Additional GUI Components
iOS Development (Part 3) - Additional GUI ComponentsiOS Development (Part 3) - Additional GUI Components
iOS Development (Part 3) - Additional GUI Components
 
iOS Beginners Lesson 2
iOS Beginners Lesson 2iOS Beginners Lesson 2
iOS Beginners Lesson 2
 
iOS_Presentation
iOS_PresentationiOS_Presentation
iOS_Presentation
 
iPhone Development: Multiple Views
iPhone Development: Multiple ViewsiPhone Development: Multiple Views
iPhone Development: Multiple Views
 
RIA implementation patterns
RIA implementation patternsRIA implementation patterns
RIA implementation patterns
 
App coordinators in iOS
App coordinators in iOSApp coordinators in iOS
App coordinators in iOS
 
SwiftでUIKitDynamics
SwiftでUIKitDynamicsSwiftでUIKitDynamics
SwiftでUIKitDynamics
 
D2 OPEN SEMINAR - WWDC 핫 이슈
D2 OPEN SEMINAR - WWDC 핫 이슈D2 OPEN SEMINAR - WWDC 핫 이슈
D2 OPEN SEMINAR - WWDC 핫 이슈
 
Compose In Practice
Compose In PracticeCompose In Practice
Compose In Practice
 
Swiz DAO
Swiz DAOSwiz DAO
Swiz DAO
 

Más de BITs Information Technology Consultants Co., Ltd. (10)

00 android開發課程大綱
00 android開發課程大綱00 android開發課程大綱
00 android開發課程大綱
 
Security coding
Security codingSecurity coding
Security coding
 
Mod04 analysis designphase
Mod04 analysis designphaseMod04 analysis designphase
Mod04 analysis designphase
 
Mod03 architecture phase
Mod03 architecture phaseMod03 architecture phase
Mod03 architecture phase
 
Mod02 requirements phase
Mod02 requirements phaseMod02 requirements phase
Mod02 requirements phase
 
Mod00 agenda
Mod00 agendaMod00 agenda
Mod00 agenda
 
Mod01 sdlc
Mod01 sdlcMod01 sdlc
Mod01 sdlc
 
Android labs part2
Android labs part2Android labs part2
Android labs part2
 
Android labs part1
Android labs part1Android labs part1
Android labs part1
 
iOS程式撰寫通則
iOS程式撰寫通則iOS程式撰寫通則
iOS程式撰寫通則
 

Último

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 

Último (20)

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 

iOS Dev Basics

  • 1. iOS development basic knowledge 戴谷州 KEN_TAI@UUU.COM.TW
  • 2. AGENDA  MVC  Delegation  Target-Action  UIApplication Archtecture  UIViewController Catelog  UIView Archtecture
  • 3. MVC Model View Controller
  • 4. MVC  Model  Data class/ Entity  Data Access/Business logic  View  Display component  Controller  View behavior definition  View arrangement
  • 5. UIKIT ARCHTECTURE Model view UIView UIViewController
  • 6. UIKIT ARCHTECTURE  Model  Custom  UIView  Subclass of UIView  .xib / .storyboard  UIViewController  View behavior definition  View arrangement (Hard coding)
  • 7. DELEGATION delegate Component Behavior  Component’s behavior is defined in another pre-defined class.  Must keep relationship between component and behavior with field relation.
  • 8. UIKIT DELEGATE delegate UITextField UITextFieldDelegate delegate UITableViewDelegat UITableView e dataSource UITableView DataSource
  • 9. TARGET-ACTION Target Component CustomClass Action CustomMethod  Component’s behavior is defined in custom method in custom class.  Must keep relationship between component and behavior with add target and action.
  • 10. UIKIT TARGET-ACTION Target UIButton self Action clickHandler:
  • 11. UIAPPLICATION ARCHTECTURE UIApplicatio UIViewController n rootViewControll er view addSubVie w UIApplicationDelegate UIWindow UIView
  • 12. UIVIEWCONTROLLER CATALOG  Container  UINavigationController  UITabBarController  UISplitViewController(iPad)  UIPopoverController(iPad)  UIPageViewController  Build-In  UITableViewController  UIMenuController  UIImagePickerController  Custom  Subclass of UIViewController  ModalViewController  Switch UIViewController
  • 13. UIVIEW ARCHTECTURE  All subclasses of UIView
  • 14. UIAPPLICATION INTERACTS WITH … Http UIKit Other Services Communication Camera GPS Heading File I/O Media Accelerometer Localization [ [UIApplication shareApploication] openURL] Other App