Tag Archives: Tutorial

Objective C Programming Tutorial – 47 – Enum Program

thenewboston.com Ask me all questions there as well as view source code for the tutorial Video Rating: 4 / 5

May 7, 2012 Posted by: Permalink

Objective C Programming Tutorial – 5 – Implementation

Thanks for watching and don’t forget to subscribe! Video Rating: 4 / 5

May 4, 2012 Posted by: Permalink

Objective-C Tutorial – Lesson 6: Pointers

Objective-C® for Dummies® by Neal Goldstein, Copyright © 2009 by Wiley Publishing, Inc., is the main source of information for this video. In this lesson I explain what pointers are and there syntax and what we will be using them for in the future. Twitter – twitter.com FaceBook – www.facebook.com E-mail – macandcomputerhelp@gmail.com Objective-C Tutorial  Read more »

April 21, 2012 Posted by: Permalink

Intro to Objective-C Tutorial

www.E-String.com Intro to Objective-C Tutorial So now lets do an overview of Objective-C. We can’t cover all the details in depth but we’ll touch on the important parts that you’ll need right away. There’s a list of online tutorials, documentation and books that cover Objective-C in detail at the end of this video and in  Read more »

April 11, 2012 Posted by: Permalink

Objective-C iPhone Programming Tutorial – UISearchBar

I show you a basic way to use a UISearchBar to filter the contents of a UITableView. This could be expanded upon to search through a large amount of data, and support a more complex search algorithm. On a personal note, I apologize for not making a video in a few weeks. My computer has  Read more »

April 6, 2012 Posted by: Permalink

iPhone Programming Tutorial – Hello World & a Bouncing Ball

Get the full resolution 40 minute video here: www.enclaveforensics.com This 5 minute video is the first five minutes of a quick tutorial recorded at a SANS Institute conference. The SANS Conference was on security, but I did a 40 minute presentation on how to program the iPhone using the Apple SDK with XCode. We walk  Read more »

April 5, 2012 Posted by: Permalink

Simple Objective-C/Cocoa Xcode Tutorial

For more videos like this, visit MyCodeTeacher.com This tutorial outlines the basics necessary for using Objective-C and the Cocoa Frameworks alongside Xcode and Interface Builder to create powerful Mac OS X applications.

April 3, 2012 Posted by: Permalink

Objective-C Tutorial – Lesson 2: Part 1: Programming Basics and Vocabulary

The main source of information in this video came from Objective-C® for Dummies® by Neal Goldstein, Copyright © 2009 by Wiley Publishing, Inc. Learn how to create a program in Part 3!!! After learning about Variables, Statements, Data Types, String Formatters and much much more in Part 1 & 2 Twitter – twitter.com FaceBook –  Read more »

March 22, 2012 Posted by: Permalink

UITableView iPhone Programming Tutorial – Part 1

For MORE lessons like this, visit MyCodeTeacher.com I Build iPhone Apps! Just e-mail me and let me know what you need built! NOTE!!! View this at higher quality here: vimeo.com A tutorial that teaches iPhone programmers how to populate a UITableView. SOURCE CODE: #import “TableViewTestAppDelegate.h” @implementation TableViewTestAppDelegate @synthesize window; – (void)applicationDidFinishLaunching:(UIApplication *)application { contentArray =  Read more »

March 20, 2012 Posted by: Permalink

Objective-C Tutorial – Lesson 1: What You Need to Program & Programming Basics

Objective-C® for Dummies® by Neal Goldstein, Copyright © 2009 by Wiley Publishing, Inc., is the main source of information for this video. I go over a basic diagram of how programs work and what you need to program. Link for SDK – developer.apple.com If this video helped you out please help me out by SUBSCRIBING  Read more »

March 12, 2012 Posted by: Permalink