Objective C+
-
53:06
Fall 13-1 Objective-C - Lecture 11
Added 23 Views / 0 LikesThis tutorial covers the creation of a digital clock. A stop and a start feature are also demonstrated. The abstraction concept of a time and a reset button ...
-
13:38
Objective-C Programming - Lecture 3 - Part 1
Added 19 Views / 0 LikesThis video goes over the first couple of assignments for the Objective-C programming class. General YouTube viewers may not find this helpful.
-
1:10:55
Fall 13-1 Objective-C - Lecture 14
Added 16 Views / 0 LikesThis tutorial works with dynamic objects and the concept checking what object type an object is and what methods are runnable on the object. The tutorial use...
-
1:21:21
Objective-C Programming - Lecture 10a
Added 31 Views / 0 LikesThis lecture reviews the concept of using different types of data and data types in Objective-C. Several different source code examples are shown that use di...
-
57:55
Fall 13-2 Objective-C - Lecture 8
Added 23 Views / 0 LikesThis program covers the concept of data and data type conversions from string to double and visa verse. A simple temperature conversion program is built and ...
-
24:27
Fall 13-2 Objective-C - Lecture 19
Added 17 Views / 0 LikesThis tutorial goes through a picker example to play a lottery game that randomly picks a number. The user picks a number using the picker view and tries to p...
-
21:26
Objective-C Programming - Class Introduction
Added 38 Views / 0 LikesThis video provides an overview of the Objective-C programming class. It is intended for ITU students who are taking the OOP in Objective-C summer class. Oth...
-
1:06:40
Objective-C Programming - Lecture 1 - Part 2
Added 18 Views / 0 LikesThis lecture is a continuation of the first live class lecture for the Object Oriented Programming in Objective-C class. It reviews some Xcode features and g...
-
1:02:49
Fall 13-1 Objective-C - Lecture 10
Added 20 Views / 0 LikesThis example covers the creation of a slider app that changes the background of a view. The tutorial covers how to use controls together and how to set prope...
-
1:10:14
Objective-C Programming - Lecture 9
Added 31 Views / 0 LikesThis lectures covers the concept of Protocols and Categories in Objective-C. Both concepts are demonstrated with source code example projects. Hopefully stud...
-
1:42:32
Objective-C Programming - Lecture 4
Added 17 Views / 0 LikesThis lecture covers examples of the class and object concept and shows a sample Person Class and how to create and use this object in a main driver program. ...
-
41:45
Fall 13-2 Objective-C - Lecture 6
Added 18 Views / 0 LikesThis video covers the concept of basic Objective-C syntax and format. Memory Management, Initializers, methods, and object data are discussed.
-
34:12
Objective-C Programming - Lecture 10b
Added 22 Views / 0 LikesThis program demonstrates an example for how to create notifications in iOS. A simple timer is used to create a notification on the device at a certain speci...
-
1:36:59
Objective-C Programming - Lecture 2
Added 19 Views / 0 LikesThis lecture continues an introduction to Objective-C programming with the build of a simple "Hello World" application. The application is demonstrated from ...
-
1:12:32
Objective-C Programming - Lecture 1 - Part 1
Added 17 Views / 0 LikesThis is the first lecture for the Spring 2013 Objective-C programming class. The lecture provides a basic introduction to the class as well as a history and ...
-
2:24:07
Objective-C Programming - Lecture 2
Added 37 Views / 0 LikesThis lecture covers the concept of data and how to use variables and objects in a program. Several examples are explored. The use of property and synthesize ...
-
33:29
Fall 13-1 Objective-C - Introduction
Added 23 Views / 0 LikesThis lecture covers the orientation to the objective-c programming class. It is intended for ITU students who are enrolled in the Objective-C class.
-
33:32
Fall 13-2 Objective-C - Lecture 20
Added 15 Views / 0 LikesThis video covers the concept of notifications in iOS. The same app actually works in iOS 7 if you are patient enough to wait a minute to see the output in t...
-
21:26
Fall 13-2 Objective-C - Lecture 1
Added 17 Views / 0 LikesThis lecture provides an introduction the the class. It is just an overview of the syllabus and how the class will run.
-
1:06:13
Objective-C Programming - Lecture 4 - Part 1
Added 15 Views / 0 LikesThis lecture covers the concept of inheritance and protocols. There are a couple of examples for how to inherit one class from another. The lecture is primar...
-
34:01
Fall 13-1 Objective-C - Lecture 16
Added 41 Views / 0 LikesThis lecture is a review for the final exam content. It is intended for ITU students taking the final exam for the Objective-C programming class.
-
1:18:59
Fall 13-1 Objective-C - Lecture 17
Added 25 Views / 0 LikesThis lecture is just a simple overview and review of some basic concepts needed for the final exam. It is just a review for ITU students. General YouTube vie...
-
41:09
Fall 13-2 Objective-C - Lecture 13
Added 24 Views / 0 LikesThis project covers parsing HTML files from the internet. It demonstrates how to create create classes and use them together. It also demonstrates the use of...
-
51:41
Fall 13-2 Objective-C - Lecture 9
Added 25 Views / 0 LikesThis video covers the concept of CATEGORIES in Objective-C. A reverse string function is.