Objective-C Programming Fundamentals and Advanced [2013, ENG]

seeders: 6
leechers: 1
Added 12 years ago by vampiri6ka in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Objective-C Programming Fundamentals and Advanced [2013, ENG] (Size: 4.37 GB)
  01 Fundamentals
  01 Basic Objective-C Syntax
  00 Objectives.mp4 11.31 MB
  01 Write an Objective-C program.mp4 71.07 MB
  02_a Understand the basic Objective-C types.mp4 241.91 MB
  02_b Understand the basic Objective-C types.mp4 173.72 MB
  03 Declare and use functions.mp4 213.69 MB
  04 Control program flow.mp4 316.69 MB
  05 Use the preprocessor.mp4 102.67 MB
  02 Objects in Objective-C
  00 Objectives.mp4 10.03 MB
  01 Understand classes and objects in Objective-C.mp4 46.44 MB
  02 Create Objects.mp4 146.88 MB
  03 Declare classes.mp4 336.8 MB
  03 Objective-C Memory Management
  00 Objectives.mp4 9.7 MB
  01 Do traditional Objective-C manual memory management.mp4 56.85 MB
  02 Use autorelease pools.mp4 69.13 MB
  03 Use Automatic Reference Counting.mp4 90.35 MB
  04 Protocols
  00 Objectives.mp4 10.6 MB
  01 Understand the Protocol design pattern.mp4 31.83 MB
  02 Use Protocols with your classes.mp4 21.41 MB
  03 Implement your own protocols.mp4 103.54 MB
  04 Understand informal protocols.mp4 21.17 MB
  05 The Foundation Framework
  00 Objectives.mp4 11.02 MB
  01 Use strings.mp4 152.22 MB
  02 Work with NSArray.mp4 99.79 MB
  03 Use NSDictionary.mp4 62.98 MB
  04 Work with other collections.mp4 5.66 MB
  05 Box Scalar Values.mkv 38.62 MB
  06 Use Other Frameworks In Your Projects.mp4 41.03 MB
  06 Errors
  00 Objectives.mp4 8.12 MB
  01 Understand error classification.mp4 28.31 MB
  02 Use return codes.mp4 26.27 MB
  03 Understand when and how to use exceptions.mp4 123.78 MB
  04 Use NSError.mp4 71.48 MB
  Introduction to Objective-C Programming Fundamentals.mp4 31.7 MB
  src.rar 221.9 KB
  02 Advanced
  01 Blocks
  00 Objectives.mp4 16.17 MB
  01 Understand blocks.mp4 46.96 MB
  02 Declare blocks.mp4 24.18 MB
  03 Use blocks.mp4 39.89 MB
  04 Understand block scope.mp4 44.95 MB
  05 Avoid problems with blocks.mp4 36.07 MB
  06 Know when to use blocks.mp4 8.28 MB
  02 Extending Existing Class Capabilities
  00 Objectives.mp4 17.29 MB
  01 Declare categories.mp4 48.3 MB
  02 Implement category methods.mp4 25.52 MB
  03 Understand category design patterns.mp4 47.02 MB
  04 Implement protocols with categories.mp4 37.09 MB
  05 Use anonymous categories.mp4 21.5 MB
  06 Avoid category gotchas.mp4 5.53 MB
  03 Key Value Coding and Key Value Observing
  00 Objectives.mp4 14.54 MB
  01 Declare KVC compliant properties.mp4 50.39 MB
  02 Access properties using key value coding.mp4 55.85 MB
  03 Observe changes on objects using key value observing.mp4 79.66 MB
  04 Implement manual KVO notifications.mp4 51.04 MB
  05 Avoid KVO gotchas.mp4 5.62 MB
  04 Threads
  00 Objectives.mp4 19.52 MB
  01 Understand threads.mp4 20.54 MB
  02 Understand Grand Central Dispatch.mp4 46.46 MB
  03 Use the low level GCD interface.mp4 144.99 MB
  04 Use NSOperation and NSOperationQueue.mp4 72.16 MB
  05 Synchronize threads.mp4 31.64 MB
  06 Understand atomic accessors.mp4 11.69 MB
  05 Objective-C Design Patterns
  00 Objectives.mp4 22.9 MB
  01 Understand design patterns.mp4 17.29 MB
  02 Understand design patterns in Objective-C.mp4 21.55 MB
  03 Create singletons.mp4 52.93 MB
  04 Delegate responsibility.mp4 87.85 MB
  05 Notify objects of changes.mp4 75.63 MB
  06 Data Serialization
  00 Objectives.mp4 15.86 MB
  01 Use NSCoder.mp4 108.11 MB
  02 Use property lists.mp4 17.11 MB
  03 Use JSON serialization.mp4 44.21 MB
  07 Objective-C Best Practices
  00 Objectives.mp4 32.29 MB
  01 Understand Modern Objective-C.mp4 26.47 MB
  02 Practice appropriate data encapsulation.mp4 30.35 MB
  03 Use properties appropriately.mp4 23.38 MB
  04 Use dot notation appropriately.mp4 15.66 MB
  05 Prevent non-ARC code from using your ARC code.mp4 11.05 MB
  Introduction to Objective-C Advanced Programming.mp4 39.25 MB
  src.rar 333.32 KB
  Summary of Objective-C Fundamentals and Advanced Programming LiveLessons.mp4 18.75 MB

Description


Обучающие видео » Компьютерные видеоуроки и обучающие интерактивные DVD » Программирование (видеоуроки)

Objective-C Programming Fundamentals and Advanced
Год выпуска: 2013
Производитель: LiveLessons | informit.com
Страница курса
Автор: Jiva DeVoe
Продолжительность: 8+ часов
Тип раздаваемого материала: Видеоурок
Язык: Английский

Описание:
In Objective-C Programming Fundamentals and Advanced LiveLessons, Jiva DeVoe teaches viewers the key concepts and fundamentals of the Objective-C language. He then covers the advanced features of the Objective-C language. When viewers have completed these lessons, they should be able to build and run basic Objective-C programs. They will also have an understanding of the necessary aspects of Objective-C that are needed to begin writing applications using Cocoa and Cocoa Touch.
Developer and author Jiva DeVoe helps viewers understand the fundamentals and advanced portions of the Objective-C language. The video covers: Basic Objective-C syntax, objects, memory management, protocols, the foundation framework and errors.
The newest features in Objective-C such as ARC, blocks, literals, and properties are included.
How to use blocks
How to use categories to extend the capabilities of existing classes
Key value coding and key value observing
How to use threading to harness the power of multiprocessor and multicore machines
Design patterns commonly used in Objective-C
How to serialize and deserialize objects to property lists and to JSON strings
Best practices for programming clean code in Objective-C Цитата: В этом курсе Жива ДеВо обучает ключевым концепциям и основе языка Objective-C. После чего он переходит к продвинутым возможностям языка. По окончанию курсов слушатели будут способны писать бызовые программы на Objective-C, а также будут понимать базовые аспекты, необходимые для написания приложений с использованием Cocoa и Cocoa Touch.
[spoiler="Содержание"]
[spoiler="Fundamentals"]
Introduction

Basic Objective-C Syntax Objectives
Write an Objective-C program
Understand the basic Objective-C types
Understand the basic Objective-C types
Declare and use functions
Control program flow
Use the preprocessor Objects in Objective-C Objectives
Understand classes and objects in Objective-C
Create objects
Declare classes Objective-C Memory Management Objectives
Do traditional Objective-C manual memory management
Use autorelease pools
Use Automatic Reference Counting Protocols Objectives
Understand the Protocol design pattern
Use Protocols with your classes
Implement your own protocols
Understand informal protocols The Foundation Framework Objectives
Use strings
Work with NSArray
Use NSDictionary
Work with other collections
Box Scalar Values
Use other frameworks in your projects Errors Objectives
Understand error classification
Use return codes
Understand when and how to use exceptions
Use NSError Summary
[/spoiler]
[spoiler="Advanced"]
Blocks Objectives
Understand blocks
Declare blocks
Use blocks
Understand block scope
Avoid problems with blocks
Know when to use blocks Extending Existing Class Capabilities Objectives
Declare categories
Implement category methods
Understand category design patterns
Implement protocols with categories
Use anonymous categories
Avoid category gotchas Key Value Coding and Key Value Observing Objectives
Declare KVC compliant properties
Access properties using key value coding
Observe changes on objects using key value observing
Implement manual KVO notifications
Avoid KVO gotchas Threads Objectives
Understand threads
Understand Grand Central Dispatch
Use the low level GCD interface
Use NSOperation and NSOperationQueue
Synchronize threads
Understand atomic accessors Objective-C Design Patterns Objectives
Understand design patterns
Understand design patterns in Objective-C
Create singletons
Delegate responsibility
Notify objects of changes Data Serialization Objectives
Use NSCoder
Use property lists
Use JSON serialization Objective-C Best Practices Objectives
Understand Modern Objective-C
Practice appropriate data encapsulation
Use properties appropriately
Use dot notation appropriately
Prevent non-ARC code from using your ARC code [*]Summary
[/spoiler]
[/spoiler]
Файлы примеров: присутствуют
Формат видео: MP4
Видео: MPEG4 Video (H264) 960x540 25fps
Аудио: AAC 48000Hz mono

► Галерея скриншотов ◄
[spoiler="Скриншоты"]

[/spoiler]
Доп. информация: 18.01.2014 торрент-файл перезалит. Битый файл урока 05 Box Scalar Values заменен на работающий.

Related Torrents

torrent name size uploader age seed leech
5
0
0
0
0