<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/objective-c/tags/xcode</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 21:22:25 GMT</pubDate>
<item>
<title>(Objective C) xcode Objective C - build class / objects - kutyadog</title>
<link>http://snipplr.com/view/67791/xcode-objective-c--build-class--objects/</link>
<description><![CDATA[ <p>Example of how to build and call a class or object</p> ]]></description>
<pubDate>Thu, 18 Oct 2012 07:40:34 GMT</pubDate>
<guid>http://snipplr.com/view/67791/xcode-objective-c--build-class--objects/</guid>
</item>
<item>
<title>(Objective C) xcode declare and call method with parameter - kutyadog</title>
<link>http://snipplr.com/view/67391/xcode-declare-and-call-method-with-parameter/</link>
<description><![CDATA[ <p>I wanted to make a function / method and pass a var to it form another class.</p> ]]></description>
<pubDate>Wed, 26 Sep 2012 23:56:24 GMT</pubDate>
<guid>http://snipplr.com/view/67391/xcode-declare-and-call-method-with-parameter/</guid>
</item>
<item>
<title>(Objective C) filtering NSArray of NSDictionaries - sag333ar</title>
<link>http://snipplr.com/view/50223/filtering-nsarray-of-nsdictionaries/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 07 Mar 2011 21:30:38 GMT</pubDate>
<guid>http://snipplr.com/view/50223/filtering-nsarray-of-nsdictionaries/</guid>
</item>
<item>
<title>(Objective C) MKMapView Zoom to specific co-ordinate &amp;amp; region - sag333ar</title>
<link>http://snipplr.com/view/49996/mkmapview-zoom-to-specific-coordinate--region/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Mar 2011 23:29:08 GMT</pubDate>
<guid>http://snipplr.com/view/49996/mkmapview-zoom-to-specific-coordinate--region/</guid>
</item>
<item>
<title>(Objective C) CABasicAnimation - animation on path - sag333ar</title>
<link>http://snipplr.com/view/49869/cabasicanimation--animation-on-path/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Mar 2011 19:28:06 GMT</pubDate>
<guid>http://snipplr.com/view/49869/cabasicanimation--animation-on-path/</guid>
</item>
<item>
<title>(Objective C) NSString to NSDate - sag333ar</title>
<link>http://snipplr.com/view/45788/nsstring-to-nsdate/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Dec 2010 02:33:33 GMT</pubDate>
<guid>http://snipplr.com/view/45788/nsstring-to-nsdate/</guid>
</item>
<item>
<title>(Objective C) Change Xcode Project's name - pete</title>
<link>http://snipplr.com/view/42227/change-xcode-projects-name/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 Oct 2010 05:20:38 GMT</pubDate>
<guid>http://snipplr.com/view/42227/change-xcode-projects-name/</guid>
</item>
<item>
<title>(Objective C) didFinishLaunchingWithOptions method that just creates a custom UIViewController - matryer</title>
<link>http://snipplr.com/view/27790/didfinishlaunchingwithoptions-method-that-just-creates-a-custom-uiviewcontroller/</link>
<description><![CDATA[ <p>Inside the `AppDelegate`, the `didFinishLaunchingWithOptions` method can be used to just create and use a custom View Controller class.</p> ]]></description>
<pubDate>Sat, 06 Feb 2010 05:53:30 GMT</pubDate>
<guid>http://snipplr.com/view/27790/didfinishlaunchingwithoptions-method-that-just-creates-a-custom-uiviewcontroller/</guid>
</item>
<item>
<title>(Objective C) Place a newline and text in the xcode method drop-down - a bit like the TODO tag - BenClayton</title>
<link>http://snipplr.com/view/26763/place-a-newline-and-text-in-the-xcode-method-dropdown--a-bit-like-the-todo-tag/</link>
<description><![CDATA[ <p>this is useful for arranging the methods in your class neatly.</p> ]]></description>
<pubDate>Wed, 20 Jan 2010 12:34:17 GMT</pubDate>
<guid>http://snipplr.com/view/26763/place-a-newline-and-text-in-the-xcode-method-dropdown--a-bit-like-the-todo-tag/</guid>
</item>
<item>
<title>(Objective C) Duplicate Xcode project - Leech</title>
<link>http://snipplr.com/view/8597/duplicate-xcode-project/</link>
<description><![CDATA[ <p>This is very helpful to duplicate/rename a project in Xcode 3.x</p> ]]></description>
<pubDate>Thu, 25 Sep 2008 12:19:56 GMT</pubDate>
<guid>http://snipplr.com/view/8597/duplicate-xcode-project/</guid>
</item>
<item>
<title>(Objective C) Default  Displaying an image from the web or the application bundle - Leech</title>
<link>http://snipplr.com/view/8461/default--displaying-an-image-from-the-web-or-the-application-bundle/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 17 Sep 2008 23:17:51 GMT</pubDate>
<guid>http://snipplr.com/view/8461/default--displaying-an-image-from-the-web-or-the-application-bundle/</guid>
</item>
<item>
<title>(Objective C) Kill App after Expire Date (Suicidal Code Redux) - zingo</title>
<link>http://snipplr.com/view/7196/kill-app-after-expire-date-suicidal-code-redux/</link>
<description><![CDATA[ <p>Using a gcc predefined macro, __DATE__, the code can know for itself when it was compiled, and build in an expiration date based on that value.

The former code (http://snipplr.com/view/3448/kill-app-after-expire-date/) was not internationalised and might cause an issue when run outside of English speaking countries. This code resolves the locale issue.</p> ]]></description>
<pubDate>Wed, 09 Jul 2008 22:39:05 GMT</pubDate>
<guid>http://snipplr.com/view/7196/kill-app-after-expire-date-suicidal-code-redux/</guid>
</item>
<item>
<title>(Objective C) kill app after expire date - zingo</title>
<link>http://snipplr.com/view/3448/kill-app-after-expire-date/</link>
<description><![CDATA[ <p>Using a gcc predefined macro, __DATE__, the code can know for itself when it was compiled, and build in an expiration date based on that value.

For a internationalised version see: http://snipplr.com/view/7196/kill-app-after-expire-date-suicidal-code-redux/</p> ]]></description>
<pubDate>Fri, 03 Aug 2007 22:48:27 GMT</pubDate>
<guid>http://snipplr.com/view/3448/kill-app-after-expire-date/</guid>
</item>
</channel>
</rss>