Learn your way! Get started

Objective-C for Designers, Part 2: Logic

with expert John Wiley & Sons


Watch trailer


Course at a glance


Release date 5/18/2015
Level Beginner
Runtime 1h 3m
Closed captioning N/A
Transcript N/A
eBooks / courseware N/A
Hands-on labs N/A
Sample code Included
Exams N/A


Enterprise Solutions

Need reporting, custom learning tracks, or SCORM? Learn More



Course description

Master Objective-C programming in this 9 part learning series, Objective-C is a general-purpose, object oriented programming language used by Apple to program their OS X and iOS operating systems. This introductory course for using Objective-C to program the Apple iOS starts with the fundamentals including using the terminal and an introduction to Xcode, variables and functions. From there, you’ll learn Objective-C programming basics such as object-oriented concepts, creating multiple instances of a class, and how to work with data types and expressions. Find out how to program logic and decision statements, understand Polymorphism, and implement protocols and delegation.

Prerequisites

This course assumes some familiarity programming but not with Objective C. This course is part of 9 course learning series; Objective-C for Designers: Your First Program; Objective-C for Designers: Logic; Objective-C for Designers: Data Types & Loops; Objective-C for Designers: Decision Statements; Objective-C for Designers: Custom Classes; Objective-C for Designers: Inheritance & Polymorphism; Objective-C for Designers: Using Variables; Objective-C for Designers: Protocols & Preprocessor; and Objective-C for Designers: Objects & Memory Management. Please be sure to view the courses in order if you are new to the material.

Meet the expert

Our Creative Design courses are presented by experts from Wiley Publishing. Wiley is a global provider of knowledge and knowledge-enabled services that improve outcomes in areas of research, professional practice, and education. They are the publisher of award-winning journals, encyclopedias, books, and online products and services.

Course outline



Logic

Arithmetic Operators (14:43)
  • Introduction (00:10)
  • Arithmetic Operators (04:39)
  • Display Operators (06:00)
  • More Artithmetic (03:43)
  • Summary (00:10)
Object-Oriented (28:31)
  • Introduction (00:10)
  • Basic OO Concepts (03:50)
  • More OO Concepts (03:42)
  • Classes (03:35)
  • Instances & Adders (03:18)
  • Creating Your First Class (05:03)
  • Get & Set (04:00)
  • Calling Methods (04:39)
  • Summary (00:10)
Instances & Synthesis (19:52)
  • Introduction (00:10)
  • Multiple Instances of a Class (05:28)
  • Instances Continued (04:18)
  • Creating Synthesized Accessors (05:23)
  • Display Synthesized Values (04:22)
  • Summary (00:10)