Recent Posts
Subscribe
Subscribe to the RSS feed or enter your e-mail in the form below, and get updates, cheatsheets, whitepapers and more.

Your Email:


Search Results

Blocks – An Interesting Objective-C Addition In iOS 4

Blocks are a feature of the C language that have been added to the iPhone and iPad sdk with iOS 4.

What they allow you to do are create usable “blocks” of code that you can pass along like any object. This probably sounds a lot like a function, and they are very similar, but there is a significant difference in that they “close” around variables that are in scope before a block is declared.

The Best Resources In iOS Development August 3rd 2010 (For Week 07/24-07/30)

Welcome to another weekly summary.  I’m a bit late with this one as I was finishing up the Beginners iPhone Action Game Tutorial.  If you are looking for an extensive tutorial on creating an iPhone or iPad game I highly suggest you check it out.

Things have gotten a little bit slower with the number of quality resources for iOS developers appearing each week.  I’m guessing it has something to do with the weather.

The Best Resources In iOS Development August 16th 2010 (For 2 Weeks July 31-Aug 13)

It continues to be an exciting time to develop on the iOS platform, and in the last couple of weeks some interesting news has come out.  It appears that a new edition of Apple TV will be released later this year with support for iOS apps, and a new iPod Touch with front and back facing cameras.  While these are just rumors it does make sense and seems like a logical step forward.

UILabel Subclass – Align The Text How You Want!

I received a question in the last few days from an iPhone developer who was having difficulty aligning the text in a UILabel properly.  The problem was that they needed the UILabel to accomodate multiple lines, but also needed to dynamically adjust the text, and the problem was that whenever there is only one line of text the vertical alignment was always centered. 

I found a subclass in an older thread on the apple forums here: http://discussions.apple.com/thread.jspa?threadID=1759957

Getting Your App Made Even If You’re Not A Programmer

If you have been struggling to learn iPhone and iPad development, or you want to develop an app — but don’t want to do any programming.  You’re not alone.

I found this great article today that goes through how to get that iOS app done.  The article goes into discovering what you as a non-programmer can bring to the table.

From what I’ve seen the key, which is also emphasized  in this article is to have a really awesome prototype.