<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Spooky xcode thread error	</title>
	<atom:link href="https://davidsson.co/spooky-xcode-thread-error/feed/" rel="self" type="application/rss+xml" />
	<link>https://davidsson.co/spooky-xcode-thread-error/</link>
	<description>THOUGHTS AND IDEAS</description>
	<lastBuildDate>Sun, 30 Sep 2012 06:24:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: tone303		</title>
		<link>https://davidsson.co/spooky-xcode-thread-error/#comment-18</link>

		<dc:creator><![CDATA[tone303]]></dc:creator>
		<pubDate>Fri, 26 Jun 2009 16:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://teknograd.wordpress.com/?p=44#comment-18</guid>

					<description><![CDATA[Try this:
[self performSelectorOnMainThread:@selector(popAway)  withObject:nil waitUntilDone:NO];]]></description>
			<content:encoded><![CDATA[<p>Try this:<br />
[self performSelectorOnMainThread:@selector(popAway)  withObject:nil waitUntilDone:NO];</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: anlbykl		</title>
		<link>https://davidsson.co/spooky-xcode-thread-error/#comment-17</link>

		<dc:creator><![CDATA[anlbykl]]></dc:creator>
		<pubDate>Fri, 22 May 2009 14:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://teknograd.wordpress.com/?p=44#comment-17</guid>

					<description><![CDATA[You may as well use NSOperationQueue with NSInvocationOperation class, that&#039;s how i managed anyway.]]></description>
			<content:encoded><![CDATA[<p>You may as well use NSOperationQueue with NSInvocationOperation class, that&#8217;s how i managed anyway.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: fdqps		</title>
		<link>https://davidsson.co/spooky-xcode-thread-error/#comment-16</link>

		<dc:creator><![CDATA[fdqps]]></dc:creator>
		<pubDate>Tue, 28 Apr 2009 18:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://teknograd.wordpress.com/?p=44#comment-16</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://davidsson.co/spooky-xcode-thread-error/#comment-14&quot;&gt;Clark Cox&lt;/a&gt;.

Ok, I removed the thread stuff. The only reason to use it was to get a working progress bar.
I need to understand how to pass parameters with the detachNewThreadSelector: @selector method before I add it again.

Thanks for the hint!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://davidsson.co/spooky-xcode-thread-error/#comment-14">Clark Cox</a>.</p>
<p>Ok, I removed the thread stuff. The only reason to use it was to get a working progress bar.<br />
I need to understand how to pass parameters with the detachNewThreadSelector: @selector method before I add it again.</p>
<p>Thanks for the hint!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: fdqps		</title>
		<link>https://davidsson.co/spooky-xcode-thread-error/#comment-15</link>

		<dc:creator><![CDATA[fdqps]]></dc:creator>
		<pubDate>Tue, 28 Apr 2009 06:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://teknograd.wordpress.com/?p=44#comment-15</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://davidsson.co/spooky-xcode-thread-error/#comment-14&quot;&gt;Clark Cox&lt;/a&gt;.

Thanks!
Will do a redesign and send the element data in the method call instead of calling them directly from the thread.
Hope that will solve the issue.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://davidsson.co/spooky-xcode-thread-error/#comment-14">Clark Cox</a>.</p>
<p>Thanks!<br />
Will do a redesign and send the element data in the method call instead of calling them directly from the thread.<br />
Hope that will solve the issue.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Clark Cox		</title>
		<link>https://davidsson.co/spooky-xcode-thread-error/#comment-14</link>

		<dc:creator><![CDATA[Clark Cox]]></dc:creator>
		<pubDate>Tue, 28 Apr 2009 03:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://teknograd.wordpress.com/?p=44#comment-14</guid>

					<description><![CDATA[You&#039;re trying to interact with UI elements on a background thread. That&#039;s a no-no]]></description>
			<content:encoded><![CDATA[<p>You&#8217;re trying to interact with UI elements on a background thread. That&#8217;s a no-no</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
