<?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: iPhone JSON Flickr Tutorial &#8211; Part 1</title>
	<atom:link href="http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html</link>
	<description>iOS and Objective-C Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Tue, 22 May 2012 11:53:47 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Brian</title>
		<link>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html#comment-70283</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 04 May 2012 01:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3442#comment-70283</guid>
		<description>Ok, I created a new application from scratch using XCode 4; I made sure to NOT select a storyboard and I also unchecked automatic reference counting.  Next I added a GROUP or folder to my project called &#039;Classes&#039; and I copied the JSON folder from the download into the Classes folder.  I compiled the project which popped up the #error and I entered my code from Flickr.  I also copied my secret into the associated place.  I ran the project and saw in the console window several image URLs.  I copied a couple of these into the browser and it appears this is working.....NOW, how to I convert this library to work in XCode 4 while using the latest features of XCode like automatic reference counting and the storyboard.

Thanks all!</description>
		<content:encoded><![CDATA[<p>Ok, I created a new application from scratch using XCode 4; I made sure to NOT select a storyboard and I also unchecked automatic reference counting.  Next I added a GROUP or folder to my project called &#8216;Classes&#8217; and I copied the JSON folder from the download into the Classes folder.  I compiled the project which popped up the #error and I entered my code from Flickr.  I also copied my secret into the associated place.  I ran the project and saw in the console window several image URLs.  I copied a couple of these into the browser and it appears this is working&#8230;..NOW, how to I convert this library to work in XCode 4 while using the latest features of XCode like automatic reference counting and the storyboard.</p>
<p>Thanks all!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html#comment-70281</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 04 May 2012 00:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3442#comment-70281</guid>
		<description>Is there an updated version of this?  I am getting a TON of errors when trying to get this working with XCode 4.</description>
		<content:encoded><![CDATA[<p>Is there an updated version of this?  I am getting a TON of errors when trying to get this working with XCode 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyoung</title>
		<link>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html#comment-69912</link>
		<dc:creator>Kyoung</dc:creator>
		<pubDate>Mon, 23 Apr 2012 08:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3442#comment-69912</guid>
		<description>I&#039;ve tried to run your projects many times, but it does not work out properly. All I changed is replacing the flicker api key and commenting out &#039;#error&#039;. Though it does build without any issue, it just blacked out when I run it on the iPhone 5.0 simulator. 

Is there any change in the project? or Do I have to do something else?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried to run your projects many times, but it does not work out properly. All I changed is replacing the flicker api key and commenting out &#8216;#error&#8217;. Though it does build without any issue, it just blacked out when I run it on the iPhone 5.0 simulator. </p>
<p>Is there any change in the project? or Do I have to do something else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html#comment-59161</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Mon, 29 Aug 2011 21:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3442#comment-59161</guid>
		<description>When using Xcode, you will always need to check the build set in the project with the version(s) you have installed. In other words, the project was created some time ago, with an older SDK. Chances are you are using a much new SDK, so you will need to change that in the build settings to match you SDK version.</description>
		<content:encoded><![CDATA[<p>When using Xcode, you will always need to check the build set in the project with the version(s) you have installed. In other words, the project was created some time ago, with an older SDK. Chances are you are using a much new SDK, so you will need to change that in the build settings to match you SDK version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html#comment-59145</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 29 Aug 2011 19:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3442#comment-59145</guid>
		<description>Hi John this tutorial is great! I downloaded the source files, and see that (for me at least) the following are missing: 
under Products folder: JSONFlickr.app 
under Frameworks folder: Foundation.framework , CoreGraphics.framework, and UIKit.framework

It also show &quot;Base SDK Missing&quot; in the  Xcode dropdown top left.

I&#039;m new to Xcode and may be overlooking something.

Thx!</description>
		<content:encoded><![CDATA[<p>Hi John this tutorial is great! I downloaded the source files, and see that (for me at least) the following are missing:<br />
under Products folder: JSONFlickr.app<br />
under Frameworks folder: Foundation.framework , CoreGraphics.framework, and UIKit.framework</p>
<p>It also show &#8220;Base SDK Missing&#8221; in the  Xcode dropdown top left.</p>
<p>I&#8217;m new to Xcode and may be overlooking something.</p>
<p>Thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html#comment-56034</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Tue, 19 Jul 2011 12:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3442#comment-56034</guid>
		<description>Here is a post that discusses &lt;a href=&quot;http://iphonedevelopertips.com/objective-c/initializers.html&quot; rel=&quot;nofollow&quot;&gt; initialization&lt;/a&gt;, it may provide some insight.</description>
		<content:encoded><![CDATA[<p>Here is a post that discusses <a href="http://iphonedevelopertips.com/objective-c/initializers.html" rel="nofollow"> initialization</a>, it may provide some insight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajat Agarwal</title>
		<link>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html#comment-56029</link>
		<dc:creator>Rajat Agarwal</dc:creator>
		<pubDate>Tue, 19 Jul 2011 11:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3442#comment-56029</guid>
		<description>Hi, first off, great tutorial!! I must say I am new to iOS development so please bear with me:)

I do not really understand the function of the -(id)init method. I mean, could you not initialize the arrays in the viewWillLoad method? And whats the need to alloc memory for the view? And after that you call the [self searchFlickrPhotos:@&quot;iPhone&quot;]; function. Why do you do so? The user didn&#039;t want to do so or am I missing something?</description>
		<content:encoded><![CDATA[<p>Hi, first off, great tutorial!! I must say I am new to iOS development so please bear with me:)</p>
<p>I do not really understand the function of the -(id)init method. I mean, could you not initialize the arrays in the viewWillLoad method? And whats the need to alloc memory for the view? And after that you call the [self searchFlickrPhotos:@"iPhone"]; function. Why do you do so? The user didn&#8217;t want to do so or am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html#comment-55707</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Fri, 15 Jul 2011 03:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3442#comment-55707</guid>
		<description>Yes, there are probably a number of ways to extend the code and make things more robust if you were to use this within a more complete project. Often times I write short examples with the primary intention to demonstrate a concept and keep things simple...</description>
		<content:encoded><![CDATA[<p>Yes, there are probably a number of ways to extend the code and make things more robust if you were to use this within a more complete project. Often times I write short examples with the primary intention to demonstrate a concept and keep things simple&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johanisma</title>
		<link>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html#comment-55677</link>
		<dc:creator>Johanisma</dc:creator>
		<pubDate>Thu, 14 Jul 2011 14:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3442#comment-55677</guid>
		<description>Hey John,

Thanks for the tutorial !

Just one suggestion : wouldn&#039;t it be nicer to create a Photo class with attributes title, smallImageData and largeImageUrl and then having an NSMutableArray of those instead of storing everything in three separate NSMutableArrays ?</description>
		<content:encoded><![CDATA[<p>Hey John,</p>
<p>Thanks for the tutorial !</p>
<p>Just one suggestion : wouldn&#8217;t it be nicer to create a Photo class with attributes title, smallImageData and largeImageUrl and then having an NSMutableArray of those instead of storing everything in three separate NSMutableArrays ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html#comment-47798</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Wed, 27 Apr 2011 20:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3442#comment-47798</guid>
		<description>Which link no longer seems to work?</description>
		<content:encoded><![CDATA[<p>Which link no longer seems to work?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

