filmov
tv
Objective-C Programming - Lecture 5

Показать описание
This lecture demonstrates the concept of using Protocols and Categories in Objective-C. Two sample projects are constructed that how how to add these elements to your projects. The concept of introspection is also demonstrated. That is getting at GUI elements without using them as properties but as UI component objects. The idea of using multiple views and sub-views is also demonstrated.