Video tutoriales - Desarrollo de aplicaciones para iPhone
23 June 2008
Hacía ya un tiempo que conocía de la existencia de iPhone Development Central, donde parecía que mediante video-tutoriales (en inglés) nos mostrarían técnicas y ejemplos de desarrollo para iPhone.
Mi sorpresa llega cuando decido visitar sin muchas expectativas si han modificado algo, y descubro que ya han publicado bastantes tutoriales y con muy buena pinta.
Si no dominas bien el idioma no es un inconveniente, ya que simplemente viendo el video-tutorial, logramos entender parte del ejemplo que estén explicando, y nos hacemos una idea de algunos ejemplos prácticos.
Disponen de tres categorías de aprendizaje (Beginner, Intermediate y Advanced) según nuestro nivel y entre ellos hay tutoriales de todo tipo:
No descarto publicar algún artículo que me parezca interesante, eso sí en castellano, o que vosotros me solicitéis.
Mi sorpresa llega cuando decido visitar sin muchas expectativas si han modificado algo, y descubro que ya han publicado bastantes tutoriales y con muy buena pinta.
Si no dominas bien el idioma no es un inconveniente, ya que simplemente viendo el video-tutorial, logramos entender parte del ejemplo que estén explicando, y nos hacemos una idea de algunos ejemplos prácticos.
Disponen de tres categorías de aprendizaje (Beginner, Intermediate y Advanced) según nuestro nivel y entre ellos hay tutoriales de todo tipo:
NIVEL BEGINNER:
Alpha Slider Tutorial | This tutorial teaches you how to use an UISlider to control the alpha value of an imageView, as well as display that alpha in a label. Mostly Interface Builder with 2 lines of code. Questions to Nitrex88@gmail.com | nitrex88 | 10:18 | 4.50/5.00 |
Basic iPhone Programming | New to iPhone SDK Programming? New to Cocoa in general? This is a GREAT first starting tutorial! Learn how create labels, all about Allocating Classes, AND how to use the basic features of Xcode. Anthony Frizalone is the original author of this tutorial. | Masna | 48:18 | 4.29/5.00 |
Beta 4, and UILabels | This tutorial goes over the basics of beta 4 and different ways to change the text of a UILabel. | MDMstudios | 9:43 | 4.67/5.00 |
beta 5, Sliders and Switches. | In this tutorial I go over some of the changes that apple has made in beta 5, and I show how to do some different stuff with a UISlider and a UISwitch. | MDMstudios | 9:52 | 4.33/5.00 |
Hello World | Learn to use UILabel and CGRect to allocate a space and put a text label in it displaying "Hello World". This tutorial is great for beginners because it teaches the basics of iPhone Programming. It is a MUST for beginners! | zcarter | 16:50 | 4.42/5.00 |
IB UIWebView | This tutorial expands on the UIWebView tutorial to utilize the new WebView element found in Interface Builder (IB). Also shows how to make a Go Back and Go Forward button for a more user friendly interface. Comments and questions to Nitrex88@gmail.com. | nitrex88 | 15:56 | 4.00/5.00 |
iPhone IB - Your First App | You should watch this tutorial if you have no experience with the Interface builder. In this tutorial you learn how to connect objects such as buttons and labels with the interface builder and teach Xcode and the IB how to recognize eachother and the objects you have in them. | zcarter | 14:4 | 4.69/5.00 |
NSMutableArray Tutorial | The NSMutableArray is a great way to learn how to get started with SDK Arrays. The NSMutableArray is an array that can be modified once created including inserting, and removing objects at indexes. If you are new to arrays, this is a great tutorial for you! | zcarter | 16:31 | 3.86/5.00 |
Objective-C and Interface Builder | A simple tutorial that goes through some of the basics of Cocoa Touch, Objective-C, and Interface Builder. | MDMstudios | 14:25 | 4.58/5.00 |
Tab bars from scratch in Beta 4 | In this tutorial I show you how to make a tab bar from scratch, and how to make multiple UIViews react with each other. | MDMstudios | 14:15 | 4.43/5.00 |
Tab bars with Interface Builder | In this tutorial, I go over how to set up a tab bar in Interface Builder, I talk a little bit about the UITabBarController, and the UIViewController as well. | MDMstudios | 13:35 | 4.42/5.00 |
UINavigation Controller | This tutorial written by Anthony Frizalone is a tutorial that teaches users how to use the UINavigation Controller Class, specifically working with the Navigation bar at the top of the iPhone. You learn how to place custom buttons, and also how to switch between views. | Masna | 29:53 | 3.67/5.00 |
UITableView - setEditing Tutorial FIXED | This is a great tutorial to learn how to put a TableView List into Editing Mode. Editing Mode is when you select the edit button on the top bar and all of the rows move slightly to the right and a red minus sign appears. Upon hitting the red minus sign, a delete button then appears to the right. This is exactly what editing mode does. Once a user learns how to put a table into editing mode, they can then have the capability to use the delete function to do what they need to with the rest of their table cells. | zcarter | 3:59 | 4.11/5.00 |
UITableView: Populate an Instance | Shows how to populate a UITableView instance. | Masna | 18:11 | 4.75/5.00 |
UIWebView Tutorial | This tutorial will teach you how to set up a UIWebView to view web pages using interface builder. Pretty much only 5 lines of coding but can be implemented in very advanced ways. Comments and Suggestions to Nitrex88@gmail.com. | nitrex88 | 15:56 | 4.83/5.00 |
NIVEL INTERMEDIATE:
Core Graphics and Animation | This tutorial will show you how to use core graphics (CG) and core animation to manipulate an image. It also goes into the basics of detecting a touch's location, resulting in different methods being called depending on where you touch. Shows how to scale, move, and spin an image smoothly using only a couple lines of code for each animation. | Nitrex88 | 25:35 | 4.67/5.00 |
Count Down Tutorial | In this tutorial I teach you to use NSTimer to create a count down from 10. This count down is accompanied by a simple custom progress bar that indicates the remaining time. Comment and Question to Nitrex88@gmail.com | nitrex88 | 19:23 | 4.67/5.00 |
Custom Drawing | This is the first tutorial on drawing custom objects in a UIView. This first tutorial will setup a project that will serve as a base for future tutorials. | Spike099 | 25:10 | 4.67/5.00 |
Multi Touch UIImageView Tutorial | This tutorial is a continuation of the tutorial UIImageView and Touches. In this one you learn how to move multiple imageViews independently and together using multi-touch. Comments and questions to Nitrex88@gmail.com | nitrex88 | 32:24 | 4.50/5.00 |
Random Numbers and Core Animation with Interface Builder | In this tutorial I go over how to make a random number generator and how to do core animation using Interface Builder | MDMstudios | 20:20 | 4.33/5.00 |
Segmented Color Changer | This tutorial will teach you how to use a segmentedControl to change the color of a UIView. Goes into how to add segments and remove them, as well as deal with enabling and disabling buttons. Comments and Questions to Nitrex88@gmail.com | nitrex88 | 27:42 | 4.00/5.00 |
Touches and UIImageViews | A Simple tutorial on how to move an image with your finger. Basics on adding a UIImageView and how to move it with a Touch. | nitrex88 | 13:6 | 4.56/5.00 |
Trash Tutorial | This is a basic tutorial using interface builder to create an app where you can drag a piece of paper into a trash can and upon doing so, the trash can appears full and the paper shrinks to nothing. Then you can restore the paper with the touch of a button. Leave comments and suggestions. Enjoy | nitrex88 | 16:52 | 4.86/5.00 |
UIPicker Tutorial | This tutorial teaches you how to create a UIPickerView and set it's delegate methods to allow you to change an image to a corresponding name chosen in the picker. Comments and Suggestions go to Nitrex88@gmail.com | nitrex88 | 30:45 | 4.67/5.00 |
UIViewAnimationTransition | In this tutorial you learn how to use UIViewAnimationTransition to swap one ImageView for another with a cool flip. Nothing fancy is done but it can be implemented in many other advanced ways to add style and flash to your iPhone Applications. Comments and suggestions to Nitrex88@gmail.com | nitrex88 | 15:23 | 4.71/5.00 |
NIVEL ADVANCED:
Quartz and Drawing Tutorial | This tutorial will teach you how to use quartz 2D programming to create a drawing program that tracks your finger and draws a line wherever it touches. This can get kinda confusing so I try to explain it as best as possible throughout the tutorial. Leave comments if your confused or have suggestions. Hope you enjoy. | nitrex88 | 31:1 | 4.83/5.00 |
No descarto publicar algún artículo que me parezca interesante, eso sí en castellano, o que vosotros me solicitéis.

Comentarios recientes
SI quieren aprender hacer Aplicaciones para iphone aqui les dejo la pagina de mi curso es totalmente gratis http://iproyectoiphone.blogspot.com/ Los Espero
Si quiere llegar a mas clientes, traduce su iphone app! http://es.mygengo.com Son profesionales que traducen entre el chino, japonés, inglés y castellano, y lo hacen baratísimo!
primera vez en en está página espero ver el vídeo troglodita !!!!!jejeje
jajajaj veo que a gustado la idea del nivel Troglodita...jajajaj. La verdad que con los niveles estos básicos se aprende rápido a entender lo básico. Si la progresión es así con todos los niveles... simplemente... genial! Seguir así! Esperemos que para finales del verano... seamos capaces de programar ya cosas más serias para el iPhone! jeje
Jajajajajjaa, nivel Troglodita. Uga uga. Me parece buena idea.
Estamos pensando hacerlo. Y como esto de los niveles está gustando a todos, te tomamos la palabra y el primer video-tutorial que publiquemos será nivel Troglodita, adjudicado. Saludos.
No sería mala idea hacer un vídeo-curso desde 0. Vamos...empezar en el nivel Tarzán o incluso más básico (Troglodita) e ir subiendo la dificultad en cada capítulo.
Deja un comentario