Posts Tagged ‘ipod touch’
Big List of Youtubers Who Will Review Your iPhone App
As many of you may have noticed, I have been updating my older resource lists with updated links that have been shared with me in the last few months since starting this site, and I’ve been uploading tutorials/other videos to Youtube.
One resource which I didn’t really think about was Youtube. I wasn’t really a Youtuber before uploading my videos, but something I noticed was that there is a massive number of people on Youtube doing app reviews. Usually developers will upload a usage video to Youtube, and ultimately that’s the end of things, it’s hit or miss, and most videos get very few views.
Building Your iPhone App’s Interface Quickly
Hi everybody, this is the fourth installment of my series Your First Apple iPhone App Store App Step-By-Step tutorial series. This is a 2-part lesson on building your App’s interface in Xcode’s interface builder.
Here is the video:
iPhone SDK Objective-C Cheat Sheet Updated
I have updated the Cheat Sheet on this site with larger headers as suggested by visitors to the site. For those that don’t know this is a cheat sheet designed for beginners just getting started with the iPhone SDK who have some knowledge of C/C++ or Java providing comparisons with similar syntax in those languages for common Objective-C keywords.
Covered is:
Messages
Import
Self
Method Headers
Inheritance
Property and Synthesize
Interface
Implementation
Protocol
Id
Your First App Store App Step-By-Step – Part 1
This is the first in a series where we will be building a simple app based on the soundboard app that I created which is in the app store that can be found here.
Check out the video:
We’ll be learning:
1) Simple App Design
2) MVC Basics