Summary: Cs193P Iphone Aplication Development | Paul Hegarty
- This + 400k other summaries
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding
Read the summary and the most important questions on cs193p iphone aplication development | Paul Hegarty
-
1 1. Class Logistics, Overview of iOS, MVC, Objective-C
-
1.1 MVC
This is a preview. There are 28 more flashcards available for chapter 1.1
Show more cards here -
What does the term MVC mean?
Model View Controller
-
Which part of MVC is the controllers minion?
The view
-
can the view "talk" to the controller? (Y/N)
Yes
-
How can the view "talk" to the controller?(4x)
target action, delegation, data source delegation
-
Can one MVC act as minios of another MVC?
Yes
-
Is Objective C a superset of C?
Yes
-
All whats in the header files is? (Public/Private)
Public
-
Can we have multiple inheritance in objective C?
No we can not. Objective C is singe inheritance.
-
In which framework does NSObject "live" in?
Foundation
-
This is a test. Can you see this card Andre?
Yes or no?
- Higher grades + faster learning
- Never study anything twice
- 100% sure, 100% understanding
Topics related to Summary: Cs193P Iphone Aplication Development
-
Class Logistics, Overview of iOS, MVC, Objective-C - MVC
-
Introduction to Objective C(con't)
-
Objective C - Card matching game
-
View controller Lifecycle and multiple MVC's - View controller lifecycle
-
Views and Gestures - Views
-
Views and Gestures - Gestures
-
Collection view and protocols - Protocols
-
Collection view and protocols - Collection View
-
Autolayout and navigation - Navigation
-
Scroll View and Table View - View Controller LifeCycle Update
-
Scroll View and Table View - Scroll View
-
Scroll View and Table View - Table View
-
Ipad and blocks - UIToolbar
-
Ipad and blocks - iPad
-
Ipad and blocks - Blocks
-
Multithreading and persistence - GCD
-
Core Data