<?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/popular/language/objective-c</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 10:41:02 GMT</pubDate>
<item>
<title>(Objective C) Open URL in Safari - Leech</title>
<link>http://snipplr.com/view/8475/open-url-in-safari/</link>
<description><![CDATA[ <p>This is the way to open a specific URL in the Mobile Safari of the iPhone</p> ]]></description>
<pubDate>Thu, 18 Sep 2008 09:48:40 GMT</pubDate>
<guid>http://snipplr.com/view/8475/open-url-in-safari/</guid>
</item>
<item>
<title>(Objective C) Date Formatting on iPhone and Cocoa - steve918</title>
<link>http://snipplr.com/view/11855/date-formatting-on-iphone-and-cocoa/</link>
<description><![CDATA[ <p>iPhone uses [LDML standard](http://unicode.org/reports/tr35/tr35-4.html#DateFormatPatterns)
 for date formatting</p> ]]></description>
<pubDate>Wed, 04 Feb 2009 18:35:37 GMT</pubDate>
<guid>http://snipplr.com/view/11855/date-formatting-on-iphone-and-cocoa/</guid>
</item>
<item>
<title>(Objective C) Get iPhone Application Version Number - steve918</title>
<link>http://snipplr.com/view/11857/get-iphone-application-version-number/</link>
<description><![CDATA[ <p>Get Version Number from Info.plist</p> ]]></description>
<pubDate>Wed, 04 Feb 2009 18:41:47 GMT</pubDate>
<guid>http://snipplr.com/view/11857/get-iphone-application-version-number/</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) iphone HTTP request - lifedim</title>
<link>http://snipplr.com/view/22599/iphone-http-request/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Nov 2009 21:50:04 GMT</pubDate>
<guid>http://snipplr.com/view/22599/iphone-http-request/</guid>
</item>
<item>
<title>(Objective C) iphone: transition between views - BenClayton</title>
<link>http://snipplr.com/view/32601/iphone-transition-between-views/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Apr 2010 13:49:17 GMT</pubDate>
<guid>http://snipplr.com/view/32601/iphone-transition-between-views/</guid>
</item>
<item>
<title>(Objective C) get iphone ip address - echamussy</title>
<link>http://snipplr.com/view/26197/get-iphone-ip-address/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Jan 2010 14:58:48 GMT</pubDate>
<guid>http://snipplr.com/view/26197/get-iphone-ip-address/</guid>
</item>
<item>
<title>(Objective C) Load Image from URL and then Resize - suibhne</title>
<link>http://snipplr.com/view/23024/load-image-from-url-and-then-resize/</link>
<description><![CDATA[ <p>Some code that will load an image from a remote URL, and then resize it.</p> ]]></description>
<pubDate>Thu, 12 Nov 2009 18:50:18 GMT</pubDate>
<guid>http://snipplr.com/view/23024/load-image-from-url-and-then-resize/</guid>
</item>
<item>
<title>(Objective C) Read and Write User Preferences - espinallab</title>
<link>http://snipplr.com/view/29285/read-and-write-user-preferences/</link>
<description><![CDATA[ <p>This is really cool, thanks to the author for putting it together.</p> ]]></description>
<pubDate>Thu, 04 Mar 2010 10:42:08 GMT</pubDate>
<guid>http://snipplr.com/view/29285/read-and-write-user-preferences/</guid>
</item>
<item>
<title>(Objective C) iPhone OS - Vibration - Simple Version - KevinBomberry</title>
<link>http://snipplr.com/view/16274/iphone-os--vibration--simple-version/</link>
<description><![CDATA[ <p>Creating a vibration is simple as pie - simpler in fact.  It just requires one line of code; two if you add the import line.  But as simple as a one-liner is it is better to make it into a function.  So here is the one liner, followed by the function.  Cheers!</p> ]]></description>
<pubDate>Wed, 24 Jun 2009 22:10:18 GMT</pubDate>
<guid>http://snipplr.com/view/16274/iphone-os--vibration--simple-version/</guid>
</item>
<item>
<title>(Objective C) Show/Hide iPhone Status Bar - steve918</title>
<link>http://snipplr.com/view/11924/showhide-iphone-status-bar/</link>
<description><![CDATA[ <p>Allows you to toggle visibility of the iPhone status bar at the top of the screen that shows the carrier information, network status and time</p> ]]></description>
<pubDate>Fri, 06 Feb 2009 16:34:04 GMT</pubDate>
<guid>http://snipplr.com/view/11924/showhide-iphone-status-bar/</guid>
</item>
<item>
<title>(Objective C) Useful Cocoa Macros - iloveitaly</title>
<link>http://snipplr.com/view/2453/useful-cocoa-macros/</link>
<description><![CDATA[ <p>Some macros that I use in many applications, provides an easy way to observe/retrieve preferences and access common application information</p> ]]></description>
<pubDate>Wed, 11 Apr 2007 11:44:22 GMT</pubDate>
<guid>http://snipplr.com/view/2453/useful-cocoa-macros/</guid>
</item>
<item>
<title>(Objective C) Obj-C XML Parser - mattprice</title>
<link>http://snipplr.com/view/25080/objc-xml-parser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 19 Dec 2009 16:38:48 GMT</pubDate>
<guid>http://snipplr.com/view/25080/objc-xml-parser/</guid>
</item>
<item>
<title>(Objective C) UIView and Subviews Exploded - phifty</title>
<link>http://snipplr.com/view/18191/uiview-and-subviews-exploded/</link>
<description><![CDATA[ <p>This is adapted from Erica Sadun's explode code in her book "iPhone Developer's Cookbook".
It takes any UIView-based element and exposes all of the subviews and their subviews, etc.
Its a good way to dig into UIKit elements as well as debug your own UIView-based code.
In code, always set level to zero.</p> ]]></description>
<pubDate>Tue, 11 Aug 2009 22:04:04 GMT</pubDate>
<guid>http://snipplr.com/view/18191/uiview-and-subviews-exploded/</guid>
</item>
<item>
<title>(Objective C) Simple alert box on iPhone - steve918</title>
<link>http://snipplr.com/view/11926/simple-alert-box-on-iphone/</link>
<description><![CDATA[ <p>Display simple alert box</p> ]]></description>
<pubDate>Fri, 06 Feb 2009 16:37:32 GMT</pubDate>
<guid>http://snipplr.com/view/11926/simple-alert-box-on-iphone/</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) flipping a view on the iphone sdk - jonathanbp</title>
<link>http://snipplr.com/view/6784/flipping-a-view-on-the-iphone-sdk/</link>
<description><![CDATA[ <p>the controllers view is setup s.t. it adds the mainView as a subview to its default view in the init method</p> ]]></description>
<pubDate>Thu, 19 Jun 2008 13:58:14 GMT</pubDate>
<guid>http://snipplr.com/view/6784/flipping-a-view-on-the-iphone-sdk/</guid>
</item>
<item>
<title>(Objective C) iphone UIActionSheet - pop up list of options - BenClayton</title>
<link>http://snipplr.com/view/32554/iphone-uiactionsheet--pop-up-list-of-options/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Apr 2010 09:21:12 GMT</pubDate>
<guid>http://snipplr.com/view/32554/iphone-uiactionsheet--pop-up-list-of-options/</guid>
</item>
<item>
<title>(Objective C) Check Internet Connection (Alternative) - 357_gaby</title>
<link>http://snipplr.com/view/15126/check-internet-connection-alternative/</link>
<description><![CDATA[ <p>taken from the web, somewhere</p> ]]></description>
<pubDate>Mon, 18 May 2009 08:35:39 GMT</pubDate>
<guid>http://snipplr.com/view/15126/check-internet-connection-alternative/</guid>
</item>
<item>
<title>(Objective C) Animate A Fade-Out Of A NSWindow With Objective-C - Netzach</title>
<link>http://snipplr.com/view/12252/animate-a-fadeout-of-a-nswindow-with-objectivec/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 16 Feb 2009 12:46:37 GMT</pubDate>
<guid>http://snipplr.com/view/12252/animate-a-fadeout-of-a-nswindow-with-objectivec/</guid>
</item>
<item>
<title>(Objective C) A better logging solution - ikex</title>
<link>http://snipplr.com/view/28708/a-better-logging-solution/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 21 Feb 2010 18:51:32 GMT</pubDate>
<guid>http://snipplr.com/view/28708/a-better-logging-solution/</guid>
</item>
<item>
<title>(Objective C) User location - rabc</title>
<link>http://snipplr.com/view/24669/user-location/</link>
<description><![CDATA[ <p>Search the user location and sets the administrativeArea</p> ]]></description>
<pubDate>Sat, 12 Dec 2009 14:23:49 GMT</pubDate>
<guid>http://snipplr.com/view/24669/user-location/</guid>
</item>
<item>
<title>(Objective C) Retrieving iPhones Phone Number - suibhne</title>
<link>http://snipplr.com/view/24206/retrieving-iphones-phone-number/</link>
<description><![CDATA[ <p>How to get the actual phone number of the device.</p> ]]></description>
<pubDate>Thu, 03 Dec 2009 09:36:04 GMT</pubDate>
<guid>http://snipplr.com/view/24206/retrieving-iphones-phone-number/</guid>
</item>
<item>
<title>(Objective C) Populate UIImageView from URL - suibhne</title>
<link>http://snipplr.com/view/22712/populate-uiimageview-from-url/</link>
<description><![CDATA[ <p>Populate a UIImageView with an image taken from a URL.</p> ]]></description>
<pubDate>Sat, 07 Nov 2009 19:57:08 GMT</pubDate>
<guid>http://snipplr.com/view/22712/populate-uiimageview-from-url/</guid>
</item>
<item>
<title>(Objective C) Get Internet File - Leech</title>
<link>http://snipplr.com/view/8446/get-internet-file/</link>
<description><![CDATA[ <p>Best way to get contents of file from URL.</p> ]]></description>
<pubDate>Wed, 17 Sep 2008 08:26:43 GMT</pubDate>
<guid>http://snipplr.com/view/8446/get-internet-file/</guid>
</item>
</channel>
</rss>