<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Objc App Development</title>
	<atom:link href="https://theapplady.net/category/obj-c-app-development/feed/" rel="self" type="application/rss+xml" />
	<link>https://theapplady.net</link>
	<description></description>
	<lastBuildDate>Fri, 20 May 2016 00:19:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://theapplady.net/wp-content/uploads/2024/09/theapplady-thumbnail-e1726702361665-65x65.png</url>
	<title>Objc App Development</title>
	<link>https://theapplady.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Split View Controller Basic Use</title>
		<link>https://theapplady.net/split-view-controller-basic-use/</link>
					<comments>https://theapplady.net/split-view-controller-basic-use/#respond</comments>
		
		<dc:creator><![CDATA[The App Lady]]></dc:creator>
		<pubDate>Sun, 19 Oct 2014 05:37:34 +0000</pubDate>
				<category><![CDATA[Objc App Development]]></category>
		<guid isPermaLink="false">http://theapplady.net/?p=25507</guid>

					<description><![CDATA[The Split View Controller is an iPad specific container view controller for managing two view controllers, a master in the left and a detail on the right. A prime example of the Split View Controller can be seen with the iPad Mail app which list messages and mailboxes in the master panel and displays the content of [&#8230;]]]></description>
		
					<wfw:commentRss>https://theapplady.net/split-view-controller-basic-use/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Collection View: Part 6 of 6</title>
		<link>https://theapplady.net/the-collection-view-part-6-of-6/</link>
					<comments>https://theapplady.net/the-collection-view-part-6-of-6/#respond</comments>
		
		<dc:creator><![CDATA[The App Lady]]></dc:creator>
		<pubDate>Mon, 13 Oct 2014 20:27:50 +0000</pubDate>
				<category><![CDATA[Objc App Development]]></category>
		<guid isPermaLink="false">http://theapplady.net/?p=23527</guid>

					<description><![CDATA[This is the final tutorial in the Collection View series and in it you&#8217;ll learn how to enable the app user to select multiple flashcard photos (Collection View Cell items), which the app highlights. Enable the app user to send the flashcard photos he selected to one or more friends. The first thing I want you to [&#8230;]]]></description>
		
					<wfw:commentRss>https://theapplady.net/the-collection-view-part-6-of-6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Collection View: Part 5 of 6</title>
		<link>https://theapplady.net/the-collection-view-part-5-of-6/</link>
					<comments>https://theapplady.net/the-collection-view-part-5-of-6/#respond</comments>
		
		<dc:creator><![CDATA[The App Lady]]></dc:creator>
		<pubDate>Mon, 06 Oct 2014 20:47:33 +0000</pubDate>
				<category><![CDATA[Objc App Development]]></category>
		<guid isPermaLink="false">http://theapplady.net/?p=23450</guid>

					<description><![CDATA[Today you&#8217;ll learn how to do the following: How to display section headers How to display collection view cells below section headers How to highlight the Collection View Cell the user tapped I&#8217;ve created an application we we&#8217;ll use to implement above requirements. So in order to follow along, you&#8217;ll have to download it by [&#8230;]]]></description>
		
					<wfw:commentRss>https://theapplady.net/the-collection-view-part-5-of-6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Collection View: Part 4 of 6</title>
		<link>https://theapplady.net/the-collection-view-part-4-of-6/</link>
					<comments>https://theapplady.net/the-collection-view-part-4-of-6/#respond</comments>
		
		<dc:creator><![CDATA[The App Lady]]></dc:creator>
		<pubDate>Mon, 29 Sep 2014 12:09:27 +0000</pubDate>
				<category><![CDATA[Objc App Development]]></category>
		<guid isPermaLink="false">http://theapplady.net/?p=23284</guid>

					<description><![CDATA[In this part of the tutorial you will learn how to implement the ability for the app user to search for a recipe by its name. Implement The Search Bar Delegate Methods Implementing the search function in the BevUp application is quite simple. All we have to do is implement three delegate methods of the UISearchBarDelegate [&#8230;]]]></description>
		
					<wfw:commentRss>https://theapplady.net/the-collection-view-part-4-of-6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Collection View: Part 3 of 6</title>
		<link>https://theapplady.net/the-collection-view-part-3-of-6/</link>
					<comments>https://theapplady.net/the-collection-view-part-3-of-6/#respond</comments>
		
		<dc:creator><![CDATA[The App Lady]]></dc:creator>
		<pubDate>Mon, 22 Sep 2014 18:54:56 +0000</pubDate>
				<category><![CDATA[Objc App Development]]></category>
		<guid isPermaLink="false">http://theapplady.net/?p=23273</guid>

					<description><![CDATA[Last week you created a iOS application, added a Search Bar and Collection View on the DrinkRecipesViewController scene. You entered code in the scene&#8217;s class files to display items in the Collection View Cells like this: Figure 1: The Drink Recipes View Controller screen in the iPad Simulator Our Objectives Today we have to implement [&#8230;]]]></description>
		
					<wfw:commentRss>https://theapplady.net/the-collection-view-part-3-of-6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
