<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>Dave Mitchell</title>
	<link>http://blog.lightvoid.net</link>
	<description>Mobile Development</description>
	<lastBuildDate>Thu, 21 May 2009 14:00:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Learning OpenGL</title>
		<description>Jeff LaMarche (who's blog you should definitely be following), has posted some useful intro tutorials on OpenGL.

You might find them useful if your new to OpenGL and trying to get to grips with it.

Check them out here. </description>
		<link>http://blog.lightvoid.net/2009/05/21/learning-opengl/</link>
			</item>
	<item>
		<title>F1 Insider now available!</title>
		<description>F1 Insider, our latest iPhone app for Formula 1 has just been released!

Check it out: http://www.f1insider.co.uk/download/ </description>
		<link>http://blog.lightvoid.net/2009/04/08/f1-insider-now-available/</link>
			</item>
	<item>
		<title>The Formula 1 2009 Season is coming!</title>
		<description>We just submitted F1 Insider to Apple, so it should hopefully be available for purchase on the App Store early next week.

F1 Insider brings all the latest information on the 2009 Formula 1&#8482; Season to your finger tips. Follow the F1 Insider team as we go through what looks set ...</description>
		<link>http://blog.lightvoid.net/2009/03/19/the-formula-1-2009-season-is-coming/</link>
			</item>
	<item>
		<title>Redline released</title>
		<description>We've just released Redline, our first iPhone app based on our own IP.

Check it out on the AppStore! </description>
		<link>http://blog.lightvoid.net/2009/03/04/redline-released/</link>
			</item>
	<item>
		<title>iPhone Ad Hoc Code signing Gotchas</title>
		<description>Theres a few gotchas with code signing which I've found can result in errors when installing an Ad Hoc application onto a user's iPhone through iTunes, usually of the sort: "Application Redline was unable to be installed on the iPhone (Mitch iPhone) because it could not be verified".

This error is ...</description>
		<link>http://blog.lightvoid.net/2009/02/25/iphone-ad-hoc-code-signing-gotchas/</link>
			</item>
	<item>
		<title>Dynamic multi-line UILabel</title>
		<description>Quick tip if you want a dynamic multi-line UILabel (i.e you don't know how many lines there will be), just use this:
myLabel.numberOfLines = 0;

Easy! </description>
		<link>http://blog.lightvoid.net/2009/01/07/dynamic-multi-line-uilabel/</link>
			</item>
	<item>
		<title>Strange IB error</title>
		<description>Just a tip, if you are using IBOutlets and seperate nib files, if you get a strange error like this:
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[&#60;UIViewController 0x44e8b0&#62; setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key viewA.'
Check that the controller class is set correctly for ...</description>
		<link>http://blog.lightvoid.net/2009/01/06/strange-ib-error/</link>
			</item>
	<item>
		<title>iPhone UIFont List</title>
		<description>Here is a list of fonts available on the iPhone with UIFont.

Font Family: American Typewriter
Font: AmericanTypewriter
Font: AmericanTypewriter-Bold

Font Family: AppleGothic
Font: AppleGothic

Font Family: Arial
Font: ArialMT
Font: Arial-BoldMT
Font: Arial-BoldItalicMT
Font: Arial-ItalicMT

Font Family: Arial Rounded MT Bold
Font: ArialRoundedMTBold

Font Family: Arial Unicode MS
Font: ArialUnicodeMS

Font Family: Courier
Font: Courier
Font: Courier-BoldOblique
Font: Courier-Oblique
Font: Courier-Bold

Font Family: Courier New
Font: CourierNewPS-BoldMT
Font: CourierNewPS-ItalicMT
Font: CourierNewPS-BoldItalicMT
Font: CourierNewPSMT

Font ...</description>
		<link>http://blog.lightvoid.net/2008/11/02/iphone-uifont-list/</link>
			</item>
	<item>
		<title>Gotcha with Obj-C properties</title>
		<description>Properties in Objective-C can be quite useful sometimes, but you have to be careful because they don't always work how you think they should. Here is a common gotcha among people new to Obj-C and properties.

Consider we have a class called Sprite, which has a property called position.
@interface Sprite : ...</description>
		<link>http://blog.lightvoid.net/2008/11/01/gotcha-with-obj-c-properties/</link>
			</item>
	<item>
		<title>Deactivate iTunes account on iPhone</title>
		<description>Was having trouble figuring out how to deactivate the itunes account on the iPhone.

I finally figured it out though:

1. Plug in your iPhone into your computer.
2. Open up iTunes.
3. Sign out of iTunes account on your computer (on Mac, this is under the Store menu). </description>
		<link>http://blog.lightvoid.net/2008/10/24/deactivate-itunes-account-on-iphone/</link>
			</item>
</channel>
</rss>
