Category: objective-c
-
xcode tutorial #1: Hello World
This tutorial explains the basics of iphone programming, and how to build a very simple application which displays a “Hello World” label.
-
iPhone programming tutorial: UIWebView
In this tutorial, you’ll learn how tu build your own, simple web browser using the UIWebView class.
-
Basic C Programming
This episode of the TeachMeCocoa.com video tutorials will instruct the viewer on the basic principles and syntax of programming in the C language. This tutorial is geared towards those who have some programming experience in another language, and would like to understand the basics of using C. Understanding C is vital for writing quality Objective-C…