This site contains a ton of fun tutorials – so many that they were becoming hard to find! So I put together this little page to help everyone quickly find the tutorial they’re looking for. Hope you enjoy! :]
Beginning iPhone Programming
If you’re completely new to iPhone programming, start here! First there’s a tutorial series that will walk you through the process of creating an iPhone app from start to finish – using the most common APIs that almost every app uses. Next there’s a tutorial about memory management – the area where beginners most often get confused about!
- How To Create a Simple iPhone App Tutorial: 1/3
- How To Create a Simple iPhone App Tutorial: 2/3
- How To Create a Simple iPhone App Tutorial: 3/3
- Memory Management in Objective-C Tutorial
- How To Debug Memory Leaks with XCode and Instruments Tutorial
- Using Properties in Objective-C Tutorial
Beginning Game Programming
If you want to make games on the iPhone, the easiest way by far is to use theCocos2D iPhoneframework! These tutorials will help get you started by showing you how to make some simple games and solve common problems.
In addition to these tutorials, you might be interested in theCocos2D bookby Rod Strougo and myself.
- How To Make A Simple iPhone Game with Cocos2D
- Rotating Turrets: How To Make A Simple iPhone Game with Cocos2D Part 2
- Harder Monsters and More Levels: How To Make A Simple iPhone Game with Cocos2D Part 3
- How To Make a Tile Based Game with Cocos2D
- Collisions and Collectables: How To Make a Tile Based Game with Cocos2D Part 2
- How To Use Animations and Sprite Sheets in Cocos2D
- How To Make a Space Shooter iPhone Game
- How To Create a HUD Layer with Cocos2D
- How To Make a 2.5D Game With Unity Tutorial: Part 1
- How To Make a 2.5D Game With Unity Tutorial: Part 2
Intermediate and Advanced Game Programming
If you’ve finished the Beginning Game Programming tutorials and are itching for some more, check out these tutorials for more advanced techniques!
- How To Create Buttons in Cocos2D: Simple, Radio, and Toggle
- How To Create and Optimize Sprite Sheets in Cocos2D with Texture Packer and Pixel Formats
- How To Drag and Drop Sprites with Cocos2D
- How To Create A Mole Whacking Game With Cocos2D: Part 1/2
- How To Create A Mole Whacking Game With Cocos2D: Part 2/2
- Introduction to Augmented Reality on the iPhone
- How To Create Dynamic Textures with CCRenderTexture
- How To Create A Game Like Tiny Wings Part 1
- How To Create A Game Like Tiny Wings Part 2
- How To Use SpriteHelper and LevelHelper Tutorial
- How To Mask a Sprite with Cocos2D 1.0
- How To Mask a Sprite with Cocos2D 2.0
- How To Integrate Cocos2D and UIKit
- OpenGL ES 2.0 for iPhone Tutorial
- OpenGL ES 2.0 for iPhone Tutorial Part 2: Textures
Game Physics
It turns out there are some great libraries available out there that you can use to easily add physics to your games – without having to be a math expert! These tutorials will show you how to get started with these libraries so you can use them to create amazing effects in your games!
- Intro to Box2D with Cocos2D Tutorial
- How To Create a Simple Breakout Game with Box2D and Cocos2D Tutorial: Part 1/2
- How To Create a Simple Breakout Game with Box2D and Cocos2D Tutorial: Part 2/2
- How To Use Box2D for Just Collision Detection
- How To Create A Simple iPhone Game with Chipmunk Physics Tutorial
- Intermediate Box2D: Physics, Forces, Ray Casts, and Sensors
- How To Make a Catapult Shooting Game with Cocos2D and Box2D Part 1
- How To Make a Catapult Shooting Game with Cocos2D and Box2D Part 2
Other Game Programming Topics
While we’re on the topic of game programming, here are a few posts with some tips and tricks for game developers.
- 5 Things I Learned Making My First iPhone Game
- How To Generate Game Tiles with Python Imaging Library
- How To Host a Beta Test for your iPhone App
-
A
n00bs Guide to Making a Beta Signup Form with PHP and WordPress
Introducing VickiWenderlich.com: Free Art and Artist Tutorials
Saving and Loading Data
Almost every app needs to save and load data on the iPhone – and there are many different ways to do so. In these tutorials, you can get hands-on experience with many of the most common methods.
- How To Choose the Best XML Parser for your iPhone Project
- How to Read and Write XML Documents with GDataXML
- SQLite 101 for iPhone Developers: Creating and Scripting
- SQLite 101 for iPhone Developers: Making Our App
- Core Data Tutorial: Getting Started
- Core Data Tutorial: How To Preload and Import Existing Data
- Core Data Tutorial: How to use NSFetchedResultsController
- How to Save Your App Data with NSCoding and NSFileManager
- How to Integrate iTunes File Sharing with your iOS App
- How to Import and Export App Data via Email in your iOS App
Graphics and Animation
In order to be successful on the App Store these days, your app needs to look good. Here are a few tutorials that you can use to up the quality level of your apps, and your gain mad skills with graphics and animation programming.
- Core Graphics 101: Lines, Rectangles, and Gradients
- Core Graphics 101: Shadows and Gloss
- Core Graphics 101: Arcs and Paths
- Core Graphics 101: Glossy Buttons
- Core Graphics 101: Patterns
- How to use UIView Animation Tutorial
- Introduction to CALayers Tutorial
- How to Write a Custom Image Picker like UIImagePicker
- How to Make a Custom UIView: a 5-star Rating View
- Beautiful Table View Helper Class
- How To Create a Simple Magazine App with Core Text
Network Programming
You can take your app to the next level by integrating with a server-back end or allowing networking between devices. These tutorials show you how!
- How To Make a Simple Multiplayer Game with Game Center Tutorial: Part 1/2
- How To Make a Simple Multiplayer Game with Game Center Tutorial: Part 2/2
- Apple Push Notification Services Tutorial: Part 1/2
- Apple Push Notification Services Tutorial: Part 2/2
- How To Write A Simple PHP/MySQL Web Service for an iOS App
- How To Write An iOS App That Uses A Web Service
- How To Create A Socket Based iPhone App and Server
- How To Make a Multiplayer iPhone Game Hosted on your Own Server Part 1
- How To Make a Multiplayer iPhone Game Hosted on your Own Server Part 2
Making Money
There are certain technologies and techniques you can use in your apps that can directly help you make ‘mo money! And although money can’t buy happiness, you gotta pay for your beer somehow amirite?
- Introduction to In-App Purchases
- How To Integrate iAd into Your iPhone App
- How To Localize an iPhone App Tutorial
Audio
When I first started iOS programming, I knew a WAV file played sounds and that was about it. These posts explain a lot about audio files and formats, and explain how you can play audio in your apps.
- Audio 101 for iPhone Developers: File and Data Formats
- Audio 101 for iPhone Developers: Converting and Recording
- Audio 101 for iPhone Developers: Playing Audio Programatically
iPad Development
If you know how to program for the iPhone, it’s a simple matter to program for the iPad as well! These tutorials walk you through some of the differences and help get you started with some of the new APIs available on the iPad.
- iPad for iPhone Developers 101: UISplitView Tutorial
- iPad for iPhone Developers 101: UIPopoverController Tutorial
- iPad for iPhone Developers 101: Custom Input View Tutorial
- How to Port an iPhone Application to the iPad
3rd Party Libraries
There are a lot of third party APIs and SDKs you might want to include in your apps. These tutorials cover a few of them and show you how to get started.
- How to Post on Facebook with your iPhone App
- Hot to Use Facebook’s New Graph API from your iPhone App
- How to Get a User Profile with Facebook’s New Graph API
- How to Post to a User’s Wall, Upload Photos, and Add a Like Button from your iPhone App
- Introduction to Three20
- How to Use the Three20 Photo Viewer
- How to Translate Text with Google Translate and JSON on the iPhone
- How To Make A Simple RSS Reader iPhone App Tutorial
- Unit Testing in Xcode 4 Quick Start Guide
Training and Announcements
From time to time I announce upcoming training, books, and other types of announcements from this site. Here’s the news so far!
- Introducing Tom the Turret Cocos2D Sample Game
- Upcoming Class: iOS Programming 101
- Cocos2D Book and 360iDev
- iPhone 101 for Baltimore Developers
- Beginner iPhone Class Available
- Upcoming Workshop: Cocos2D via Minigames
- Why I’m Ditching iOS and Becoming An Android Developer(April Fools Joke!)
- Cocos2D Book Giveaway (prerelease)
- Cocos2D Book Giveaway Winner (prerelease)
- Looking For Tutorial Writers
- June Workshop: Cocos2D via Minigames
- Cocos2D via Minigames Workshop Update
- Space Game Starter Kit Update
- Learning Cocos2D Book Giveaway (post release)
- Learning Cocos2D Book Giveaway Winners! (post release)
- Space Game Starter Kit Now Available!
- Upcoming Talks and Workshops
Other
There’s always something that doesn’t fit anywhere else! Here’s a hodgepodge of other posts and tutorials you may find interesting.
- Multithreading and Grand Central Dispatch on iOS for Beginners Tutorial
- How To Make An Interface with Horizontal Tables Like The Pulse News App Part 1
- How To Make An Interface with Horizontal Tables Like The Pulse News App Part 2
- Introduction to MapKit on iOS Tutorial
- iOS Code Signing: Under The Hood
- How to Autocomplete with Custom Values
- Web Design: Drinking from a Firehose
- What is this Blog About?
- The iPad SDK and NDA
- My Favorite Mac Applications
- How to Move Your WordPress Blog to Linode
Where To Go From Here?
If there’s something you’re interested in learning something that isn’t here,suggest a tutorial! Every week I’ll take the best suggestions and put a vote on the sidebar to let you guys choose what you want to see!
I hope you enjoy these tutorials, and please stay in touch! Please follow me onTwitter, where I tweet on topics related to iPhone, software, and gaming, orsubscribeto my RSS feed!
相关推荐
本教程专注于iPhone开发的基础,提供了一系列实例代码,帮助初学者快速掌握iPhone应用开发的基本概念和技巧。"Beginning iPhone Development Projects" 是一个非常适合新手的资源,它涵盖了从创建第一个iOS项目到...
本资源“ios应用源码之开发iphone的基础例子代码写的很好 2018127”提供了丰富的学习材料,帮助初学者理解和掌握iOS应用的基础开发过程。以下将对这个主题进行详细的探讨。 1. **Swift或Objective-C选择**:Swift是...
在本主题"iPhone 开发例子2"中,我们将深入探讨iPhone应用开发的相关知识,这个压缩包文件包含了2008年11月19日的示例代码,旨在为正在学习iPhone开发的初学者提供实践指导。以下是这些示例可能涵盖的一些关键知识点...
总之,"iPhone开发基础教程附带的源代码"是一个宝贵的资源,它能让你亲手实践教程中的每一个例子,加深对iOS开发的理解。通过逐行阅读、修改和运行代码,你将能够快速提升自己的编程技能,最终独立完成自己的iPhone...
但是有参考价值.zip上位机开发VC串口学习资料源码下载[233]多线程串口通讯例子,vc#开发的例子。代码比较简洁。但是有参考价值.zip上位机开发VC串口学习资料源码下载[233]多线程串口通讯例子,vc#开发的例子。代码比较...
在“在中嵌学习嵌入式应用程序开发的ppt及例子代码”资源中,初学者可以找到关于这个主题的深入学习材料。下面我们将详细探讨相关的知识点。 1. **嵌入式系统基础**:嵌入式系统是专门设计用于执行特定任务的硬件和...
这份"iPhone SDK3 开发指南 源代码"正是为了帮助初学者快速入门,通过实际的源代码学习和理解iOS开发的核心概念。 首先,我们要明确SDK3的主要更新内容。SDK3引入了Objective-C 2.0的新特性,如垃圾回收(Garbage ...
总之,《iPhone开发基础教程》的源代码提供了丰富的实践材料,涵盖了从基本的界面设计到复杂的业务逻辑处理的各个层面。通过学习和实践这些代码,你可以逐步建立起自己的iOS开发能力,为创建自己的应用打下坚实的...
android app安卓开发教程之27个小例子附源代码.zip alertDialog animation audio broadcast Bundle 数据库 下载文件 draw expandableList http iconFile imageView Intent listView menu mouseover notification ...
STM32主从站代码可编译,NMT SDO PDO LSS功能详解学习资料,CANopen协议全面支持与开发资源包:STM32主从站代码可编译,全面协议功能助力设备开发,canopencanopen sys tec 某泰学习资料,文档,例子,协 议站原程序,...
在本主题“iPhone简单的开发例子3”中,我们将深入探讨iPhone应用开发的基础知识,这对于初学者来说是非常有价值的。iPhone开发是iOS开发的一部分,它使用Apple的Xcode集成开发环境(IDE)以及Swift或Objective-C...
总之,"myeclipse 源代码例子"是一个综合性的学习材料,涵盖了MyEclipse开发环境和Java编程的诸多方面,对于提升初学者的编程技能和实践经验非常有帮助。通过深入学习和实践,不仅可以熟悉MyEclipse的使用,还能掌握...
jdbc 学习 笔记 代码例子jdbc 学习 笔记 代码例子jdbc 学习 笔记 代码例子jdbc 学习 笔记 代码例子
本压缩包“mapgis二次开发例子”包含了2012年暑期培训的相关材料,包括文档和代码,这对于初学者或者希望深入了解MapGIS二次开发的人员来说是非常有价值的资源。文档可能涵盖了基础概念、开发环境的搭建、API的使用...
在IT行业中,模板代码和例子代码是开发过程中非常重要的组成部分,尤其对于初学者和快速开发而言。模板代码通常是一些预先编写好的、可复用的代码片段,它们遵循一定的规范和设计模式,可以帮助开发者快速搭建项目...
通过这个“iPhone开发例子”,开发者不仅能够学习到具体的编程技巧,还能深入理解iOS开发的整体流程,从而更好地构建自己的iPhone应用。这个例子提供了一个实践平台,让初学者得以将理论知识转化为实际操作,对提高...
《IPHONE开发最有效的例子实录》是一份针对初学者的iPhone应用开发教程,通过五个完整的源码工程,深入浅出地介绍了iPhone开发的核心概念和技术。这份资源旨在帮助开发者快速入门,掌握iOS应用开发的基本技能。 一...
《VC++深入详解源代码,非常实用的例子》 在编程领域,VC++(Visual C++)是Microsoft开发的一款强大的C++集成开发环境,它结合了编译器、调试器和其他工具,为开发者提供了构建Windows应用程序的强大支持。本资料包...
《C#开发宝典》是一本深入探讨C#编程技术的书籍,其提供的例子源代码涵盖了多个关键领域的应用,旨在帮助读者巩固理论知识并提升实际编程能力。在这些章节的源代码中,我们可以学习到一系列重要的C#编程知识点: 1....
通过"SDP02-01例子代码"这个压缩包,我们可以学习到软件开发过程的各个环节,理解并实践这些知识点对于提升编程技能和协作效率至关重要。同时,这也可以作为教育材料,帮助初学者快速入门软件开发。