<?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>need:brain &#187; ios</title>
	<atom:link href="http://www.needbrain.de/tag/ios/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.needbrain.de</link>
	<description>The knowledge community of ATW</description>
	<lastBuildDate>Tue, 07 Apr 2015 22:35:24 +0000</lastBuildDate>
	<language>de-DE</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9-RC2</generator>
	<item>
		<title>How To Fetch and Parse JSON Using iOS SDK</title>
		<link>http://www.needbrain.de/2014/12/how-to-fetch-and-parse-json-using-ios-sdk/</link>
		<comments>http://www.needbrain.de/2014/12/how-to-fetch-and-parse-json-using-ios-sdk/#comments</comments>
		<pubDate>Fri, 12 Dec 2014 09:35:18 +0000</pubDate>
		<dc:creator><![CDATA[andy]]></dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[swift]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.needbrain.de/?p=363</guid>
		<description><![CDATA[Editor’s Note: This week, Ziad Tamim will show you how to fetch and parse JSON. In this tutorial, we will be focusing on adding JSON support to your iOS apps by demonstrating how to create a simple app using Meetup API. The tutorial may be a bit complicated than other tutorials we covered before. http://www.appcoda.com/fetch-parse-json-ios-programming-tutorial/]]></description>
		<wfw:commentRss>http://www.needbrain.de/2014/12/how-to-fetch-and-parse-json-using-ios-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your First Core Data App Using Swift</title>
		<link>http://www.needbrain.de/2014/12/your-first-core-data-app-using-swift/</link>
		<comments>http://www.needbrain.de/2014/12/your-first-core-data-app-using-swift/#comments</comments>
		<pubDate>Fri, 12 Dec 2014 09:35:16 +0000</pubDate>
		<dc:creator><![CDATA[andy]]></dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[swift]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.needbrain.de/?p=361</guid>
		<description><![CDATA[Note from Ray: This is an abbreviated version of a chapter from Core Data by Tutorials released as part of the iOS 8 Feast to give you a sneak peek of what’s inside the book. We hope you enjoy! In this tutorial, you’ll write your very first Core Data app using Swift. http://www.raywenderlich.com/85578/first-core-data-app-using-swift]]></description>
		<wfw:commentRss>http://www.needbrain.de/2014/12/your-first-core-data-app-using-swift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Gesture Recognizers to Handle Pinch, Rotate, Pan, Swipe and Tap Gestures</title>
		<link>http://www.needbrain.de/2014/11/using-gesture-recognizers-to-handle-pinch-rotate-pan-swipe-and-tap-gestures/</link>
		<comments>http://www.needbrain.de/2014/11/using-gesture-recognizers-to-handle-pinch-rotate-pan-swipe-and-tap-gestures/#comments</comments>
		<pubDate>Mon, 10 Nov 2014 11:19:50 +0000</pubDate>
		<dc:creator><![CDATA[andy]]></dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[ios]]></category>

		<guid isPermaLink="false">http://www.needbrain.de/?p=353</guid>
		<description><![CDATA[Hello readers! iOS 8 is at the gates, as only a few weeks remain until the official release of the updated version of the operating system, and along with it, the release of the Swift programming language. http://www.appcoda.com/ios-gesture-recognizers/]]></description>
		<wfw:commentRss>http://www.needbrain.de/2014/11/using-gesture-recognizers-to-handle-pinch-rotate-pan-swipe-and-tap-gestures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xcode UIWebView local HTML</title>
		<link>http://www.needbrain.de/2014/11/xcode-uiwebview-local-html/</link>
		<comments>http://www.needbrain.de/2014/11/xcode-uiwebview-local-html/#comments</comments>
		<pubDate>Mon, 10 Nov 2014 11:19:49 +0000</pubDate>
		<dc:creator><![CDATA[andy]]></dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[ios]]></category>

		<guid isPermaLink="false">http://www.needbrain.de/?p=351</guid>
		<description><![CDATA[I know HTML, javascript, CSS… but I wanted to make a native/hybrid iPhone app using HTML5 but without using something like PhoneGap or Nimblekit. I never wrote a real (not web app) iPhone app before, so i don&#8217;t really know anything about Xcode. http://stackoverflow.com/questions/15654509/xcode-uiwebview-local-html]]></description>
		<wfw:commentRss>http://www.needbrain.de/2014/11/xcode-uiwebview-local-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I implement a swiping/sliding animation between views?</title>
		<link>http://www.needbrain.de/2014/11/how-can-i-implement-a-swipingsliding-animation-between-views/</link>
		<comments>http://www.needbrain.de/2014/11/how-can-i-implement-a-swipingsliding-animation-between-views/#comments</comments>
		<pubDate>Mon, 10 Nov 2014 11:19:47 +0000</pubDate>
		<dc:creator><![CDATA[andy]]></dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[ios]]></category>

		<guid isPermaLink="false">http://www.needbrain.de/?p=349</guid>
		<description><![CDATA[But, by the way, if your background isn&#8217;t white, CATransition&#8217;s kCATransitionPush has an weird fade in and fade out at the end of the transition that can be distracting (when navigating between images, especially, it lends it a slightly flickering effect). http://stackoverflow.com/questions/10400709/how-can-i-implement-a-swiping-sliding-animation-between-views]]></description>
		<wfw:commentRss>http://www.needbrain.de/2014/11/how-can-i-implement-a-swipingsliding-animation-between-views/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
