<?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 Core Data From Scratch: Workshop 5	</title>
	<atom:link href="https://theapplady.net/swift-core-data-from-scratch-workshop-5/feed/" rel="self" type="application/rss+xml" />
	<link>https://theapplady.net/swift-core-data-from-scratch-workshop-5/</link>
	<description></description>
	<lastBuildDate>Thu, 19 Nov 2015 12:33: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: User!		</title>
		<link>https://theapplady.net/swift-core-data-from-scratch-workshop-5/#comment-69</link>

		<dc:creator><![CDATA[User!]]></dc:creator>
		<pubDate>Thu, 19 Nov 2015 12:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://theapplady.net/?p=33815#comment-69</guid>

					<description><![CDATA[Hello! Thanks for the amazing tutorial! Does it works on the Xcode 7? Are you tested this codes in the final version of Xcode? I have a problem with implementing UISearchController &#038; UISearchBar in Swift&#039;s Core Data ( NSFetchedResultsController ) Good luck!

Thanks again!]]></description>
			<content:encoded><![CDATA[<p>Hello! Thanks for the amazing tutorial! Does it works on the Xcode 7? Are you tested this codes in the final version of Xcode? I have a problem with implementing UISearchController &amp; UISearchBar in Swift&#8217;s Core Data ( NSFetchedResultsController ) Good luck!</p>
<p>Thanks again!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: The Applady		</title>
		<link>https://theapplady.net/swift-core-data-from-scratch-workshop-5/#comment-27</link>

		<dc:creator><![CDATA[The Applady]]></dc:creator>
		<pubDate>Thu, 21 May 2015 09:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://theapplady.net/?p=33815#comment-27</guid>

					<description><![CDATA[Hey Ismael Idrissie thank you for your comment. 


Now, to fix the problem of loading more than 25 books in the tableView; remove this statement from the BookksViewController.swift file&#039;s fetchManagedObjects() function:









fetchRequest.fetchLimit = 25]]></description>
			<content:encoded><![CDATA[<p>Hey Ismael Idrissie thank you for your comment. </p>
<p>Now, to fix the problem of loading more than 25 books in the tableView; remove this statement from the BookksViewController.swift file&#8217;s fetchManagedObjects() function:</p>
<p>fetchRequest.fetchLimit = 25</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ismael Idrissi		</title>
		<link>https://theapplady.net/swift-core-data-from-scratch-workshop-5/#comment-26</link>

		<dc:creator><![CDATA[Ismael Idrissi]]></dc:creator>
		<pubDate>Thu, 21 May 2015 05:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://theapplady.net/?p=33815#comment-26</guid>

					<description><![CDATA[thanks for all your code 
my only problem is my list of &quot;books&quot; doesn&#039;t show more than 25 books
if i scroll down it doesn&#039;t load the rest , but the search works]]></description>
			<content:encoded><![CDATA[<p>thanks for all your code<br />
my only problem is my list of &#8220;books&#8221; doesn&#8217;t show more than 25 books<br />
if i scroll down it doesn&#8217;t load the rest , but the search works</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
