-
Archives
-
Meta
Tag Archives: Learn
Learn How To Program for iOS
mobileappmastery.com FAQ: How Can I Learn How To Program So That I Can Make iOS apps for the iPad & iPhone? Module 1 – Getting Started With iPhone App Development – Lesson 1 – Overview of iPhone OS – Lesson … Continue reading
Day 3 – learn to make an iPhone app in 30 day part 1
2 part day 3 video of the “learn to make an iPhone app in 30 days” series
The Lazy way to learn Objective C
Watching a live webinar on objective c on my 47 inch tv and lying on my bed
Day 3 – learn to make an iPhone app in 30 days part 2
2 part day 3 video of the “learn to make an iPhone app in 30 days” series
Learn Objective C Pt 4
Learn Objective C Tutorial. Here I explain looping, decision making, and arithmetic functions with Objective C. Objective C is the language used to program the iphone and ipad.
Learn Objective C Pt 3
This is part 3 of the learn Objective C Tutorial. Here I go through all of the data types available in programming in Objective C.
Learn iPhone SDK Programming On The Go
sdkIQ for iPhone is an iPhone app that lets you learn iPhone programming on the go. Use it anywhere since it doesn’t require an Internet connection. A number of tutorials have accompanying video with synchronized text, letting you get the … Continue reading
Learn Objective C Pt 2
Here I help you create your first Objective C program. I explain the Implementation and Interface files. I also walk you through other Objective C code.
Learn Objective C Part 3 – @property and @synthesize
Follow Along: www.optictheory.com This video is Part 3 of my “Learn Objective C” series. In this video you learn about the @property and @synthesize preprocessor macros, as well as other ways to simplify coding. This is especially important for iPhone … Continue reading
Learn Objective C Part 2b – Creating a Class (Part 2)
Follow Along: www.optictheory.com This video is Part 2b of my “Learning Objective C” series. In this video I screw up implementing a second instance of an object in my code, then realize my mistake. Brilliant!