Learn Objective C Tutorial 1.2 Running and Setting Up Xcode
3
Learn Objective C Tutorial 1.3 Explaining Basics of Program
4
Learn Objective C Tutorial 1.4 Basic Variables pt1
5
Learn Objective C Tutorial 1.5 Basic Variables pt2
6
Learn Objective C Tutorial 1.6 Commenting
7
Learn Objective C Tutorial 1.7 Basic Math Operators
8
Learn Objective C Tutorial 1.8 Basics of Modulus Operator
9
Learn Objective C Tutorial 1.9 Compound Operators
10
Learn Objective C Tutorial 1.10 Comparison Operators
11
Learn Objective C Tutorial 1.11 Basics of If and Else
12
Learn Objective C Tutorial 1.12 Nested If Else
13
Learn Objective C Tutorial 1.13 Else If
14
Learn Objective C Tutorial 1.14 Intro to For Loop
15
Learn Objective C Tutorial 1.15 Integrating Scanf with Loop
16
Learn Objective C Tutorial 1.16 Nested For Loops da Doops
17
Learn Objective C Tutorial 1.17 While Loops
18
Learn Objective C Tutorial 1.18 Do While
19
Learn Objective C Tutorial 1.19 Break Statement
20
Learn Objective C Tutorial 1.20 Continue Statement
21
Learn Objective C Tutorial 1.21 Intro to Objects pt1
22
Learn Objective C Tutorial 1.22 Intro to Objects pt2
23
Learn Objective C Tutorial 1.23 Getters/Setters Long Way
24
Learn Objective C Tutorial 1.24 Synthesized Accessors (auto setter/getters)
25
Learn Objective C Tutorial 1.25 Dot Operator to Set/Get Instance Variables
26
Learn Objective C Tutorial 1.26 Local Variables
Description:
Dive into a comprehensive tutorial series on Objective-C programming, covering essential topics from setting up Xcode to advanced concepts like object-oriented programming. Begin with installation and setup of Xcode, then progress through fundamental programming concepts including variables, operators, control structures, and loops. Explore commenting techniques, basic math operations, and comparison operators. Delve into conditional statements with if-else constructs and nested conditions. Master various loop types including for, while, and do-while loops, along with break and continue statements. Conclude with an introduction to object-oriented programming, covering objects, getters, setters, synthesized accessors, and local variables. Gain hands-on experience through practical examples and step-by-step guidance throughout the 2.5-hour learning journey.