<?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: Swift Collection View: Phase 2/9	</title>
	<atom:link href="https://theapplady.net/swift-collection-view-phase-29/feed/" rel="self" type="application/rss+xml" />
	<link>https://theapplady.net/swift-collection-view-phase-29/</link>
	<description></description>
	<lastBuildDate>Fri, 29 Apr 2016 12:00:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>
	<item>
		<title>
		By: Aiyub Munshi		</title>
		<link>https://theapplady.net/swift-collection-view-phase-29/#comment-94</link>

		<dc:creator><![CDATA[Aiyub Munshi]]></dc:creator>
		<pubDate>Fri, 29 Apr 2016 12:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://theapplady.net/?p=31717#comment-94</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://theapplady.net/swift-collection-view-phase-29/#comment-34&quot;&gt;SoulAndFoodBlog&lt;/a&gt;.

use this code..

 let indexpaths = self.collectionView!.indexPathsForSelectedItems()!

            let indexpath = indexpaths[0] as NSIndexPath
selectedPhotoName = imageFileNames[indexPath.row] as String]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://theapplady.net/swift-collection-view-phase-29/#comment-34">SoulAndFoodBlog</a>.</p>
<p>use this code..</p>
<p> let indexpaths = self.collectionView!.indexPathsForSelectedItems()!</p>
<p>            let indexpath = indexpaths[0] as NSIndexPath<br />
selectedPhotoName = imageFileNames[indexPath.row] as String</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aiyub Munshi		</title>
		<link>https://theapplady.net/swift-collection-view-phase-29/#comment-93</link>

		<dc:creator><![CDATA[Aiyub Munshi]]></dc:creator>
		<pubDate>Fri, 29 Apr 2016 11:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://theapplady.net/?p=31717#comment-93</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://theapplady.net/swift-collection-view-phase-29/#comment-33&quot;&gt;martin petrov&lt;/a&gt;.

it is taking time to load an array.. Use GCD properly will show you in first time.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://theapplady.net/swift-collection-view-phase-29/#comment-33">martin petrov</a>.</p>
<p>it is taking time to load an array.. Use GCD properly will show you in first time.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: The Applady		</title>
		<link>https://theapplady.net/swift-collection-view-phase-29/#comment-36</link>

		<dc:creator><![CDATA[The Applady]]></dc:creator>
		<pubDate>Sat, 18 Jul 2015 20:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://theapplady.net/?p=31717#comment-36</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://theapplady.net/swift-collection-view-phase-29/#comment-33&quot;&gt;martin petrov&lt;/a&gt;.

That&#039;s strange behavior martin. Sorry, I don&#039;t know how to help you.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://theapplady.net/swift-collection-view-phase-29/#comment-33">martin petrov</a>.</p>
<p>That&#8217;s strange behavior martin. Sorry, I don&#8217;t know how to help you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: The Applady		</title>
		<link>https://theapplady.net/swift-collection-view-phase-29/#comment-35</link>

		<dc:creator><![CDATA[The Applady]]></dc:creator>
		<pubDate>Sat, 18 Jul 2015 20:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://theapplady.net/?p=31717#comment-35</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://theapplady.net/swift-collection-view-phase-29/#comment-34&quot;&gt;SoulAndFoodBlog&lt;/a&gt;.

I don&#039;t know why you are getting this error SoulAndFoodBlog.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://theapplady.net/swift-collection-view-phase-29/#comment-34">SoulAndFoodBlog</a>.</p>
<p>I don&#8217;t know why you are getting this error SoulAndFoodBlog.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SoulAndFoodBlog		</title>
		<link>https://theapplady.net/swift-collection-view-phase-29/#comment-34</link>

		<dc:creator><![CDATA[SoulAndFoodBlog]]></dc:creator>
		<pubDate>Sat, 18 Jul 2015 17:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://theapplady.net/?p=31717#comment-34</guid>

					<description><![CDATA[Hi,
Thanks for this tutorial.
I&#039;m having an issue trying to have this working.
When I click on the cell, I have :
fatal error: Array index out of range
at :
selectedPhotoName = imageFileNames[indexPath.row] as String
Any idea of what I could have forgotten here ?]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
Thanks for this tutorial.<br />
I&#8217;m having an issue trying to have this working.<br />
When I click on the cell, I have :<br />
fatal error: Array index out of range<br />
at :<br />
selectedPhotoName = imageFileNames[indexPath.row] as String<br />
Any idea of what I could have forgotten here ?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
