<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>[blog retain]; [blog release];</title>
	<link>http://www.retainrelease.com/blog</link>
	<description>Objective-C / Cocoa programming tips, tricks, rants, discussion</description>
	<lastBuildDate>Thu, 18 Feb 2010 22:45:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Snaps of Colnago</title>
		<description><![CDATA[]]></description>
		<link>http://www.retainrelease.com/blog/?p=33</link>
			</item>
	<item>
		<title>Far too busy to blog!</title>
		<description><![CDATA[I&#8217;ve been busy coding away, releasing iPhone apps to get any blog posting done. I now have 5 apps on the store, with a couple more looking to come on stream in the next week or two. I have also managed a freelance writing deal with a major magazine, so time is short, and unfortunately, [...]]]></description>
		<link>http://www.retainrelease.com/blog/?p=28</link>
			</item>
	<item>
		<title>Comments will be disabled</title>
		<description><![CDATA[I&#8217;m sick of getting literally hundreds of notification of spam comments on this blog per day. So, as a pre-emptive measure, comments will be offline.
I guess the point of a blog is to start a discussion, but the spam to genuine ratio is far too high towards the spam side. If you have a question, [...]]]></description>
		<link>http://www.retainrelease.com/blog/?p=26</link>
			</item>
	<item>
		<title>Symbol not found: _SCDynamicStoreCopyConsoleUser AVAudioPlayer</title>
		<description><![CDATA[If you come across issues with AVAudioPlayer not playing media in the simulator, and you then look in the console log and see a line with the above then check the rest of the error. It will say an offending plugin that is causing the media to not playback. Simply delete the plugin and the [...]]]></description>
		<link>http://www.retainrelease.com/blog/?p=24</link>
			</item>
	<item>
		<title>Macworld Expo Keynote Predictions</title>
		<description><![CDATA[Prediction one: This will be the last time I predict what will be announced at Macworld Expo by Apple!
I&#8217;ve been pretty busy with other things, including publishing an app for the iPhone. (Note to self: change the urls for that&#8230;) and with the impending arrival of child number two, I haven&#8217;t been keeping up with [...]]]></description>
		<link>http://www.retainrelease.com/blog/?p=23</link>
			</item>
	<item>
		<title>Splitting an NSString into an array</title>
		<description><![CDATA[Just a quick tip:
If you need to split an NSString into an NSArray it can be done:
NSString madeUpText = @"bob, dick, jane, harry, bruce";
NSArray *splitArray = [madeUpText componentsSeparatedByString: @","];
This is especially useful if you have a list of strings from say the NSPasteboard that are separated by newline. In this example you would go:
value = [...]]]></description>
		<link>http://www.retainrelease.com/blog/?p=20</link>
			</item>
	<item>
		<title>So, you think you&#8217;re a geek?</title>
		<description><![CDATA[I&#8217;ve been thinking about this recently. What exactly is a geek? It used to be easy when I were but a lad &#8211; anyone who was into &#8220;computers&#8221;. But these days it seems that everyone under the age of 25 uses computers daily, and most of them aren&#8217;t &#8220;into&#8221; computers. To them they are a [...]]]></description>
		<link>http://www.retainrelease.com/blog/?p=18</link>
			</item>
	<item>
		<title>Add a custom &#8220;back&#8221; button for UINavigationController</title>
		<description><![CDATA[If you use the standard UINavigationController push and pop mechanism, the left button (back) title will be the title of the previous NavigationController. This is ok a lot of the time, but sometimes you just want it to say &#8220;Back&#8221; or similar.

 
 
For example, in the image above the Navigation Title is quite long, so having [...]]]></description>
		<link>http://www.retainrelease.com/blog/?p=11</link>
			</item>
	<item>
		<title>Remote desktop connection cannot verify the identity of the computer</title>
		<description><![CDATA[If you get the following error: &#8220;Remote desktop connection cannot verify the identity of the computer that  you want to connect to. try reconnecting to the windows-based computer or  contatct your administrator.&#8221;   when trying to connect OS X to a Windows Machine via RDP then do the following:
1) Delete all files [...]]]></description>
		<link>http://www.retainrelease.com/blog/?p=9</link>
			</item>
	<item>
		<title>Another Kiwi made iPhone Game</title>
		<description><![CDATA[Tim over at IMS has just released BurnBall. It is a simple little game, utilising the accelerometer and very nice cartoon style graphics. Addictive gameplay and a very low price (US$0.99) make this a must buy.
Congrats Tim. I look forward to seeing more games from IMS in the coming months.
]]></description>
		<link>http://www.retainrelease.com/blog/?p=8</link>
			</item>
</channel>
</rss>
