<?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/Objective-c</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 19:22:14 GMT</pubDate>
<item>
<title>(Objective C) round coiners of button - Develomentional</title>
<link>http://snipplr.com/view/66793/round-coiners-of-button/</link>
<description><![CDATA[ <p>rounds corners of any button #import </p> ]]></description>
<pubDate>Fri, 17 Aug 2012 20:14:30 GMT</pubDate>
<guid>http://snipplr.com/view/66793/round-coiners-of-button/</guid>
</item>
<item>
<title>(Objective C) Categories - zopebie</title>
<link>http://snipplr.com/view/66714/categories/</link>
<description><![CDATA[ <p>A category in Objective-C allows you to add methods to an existing class without the need to subclass it. You can also use a category to override the implementation of an existing class.</p> ]]></description>
<pubDate>Tue, 14 Aug 2012 05:23:07 GMT</pubDate>
<guid>http://snipplr.com/view/66714/categories/</guid>
</item>
<item>
<title>(Objective C) Change Color of NSButton - mirage3d</title>
<link>http://snipplr.com/view/62017/change-color-of-nsbutton/</link>
<description><![CDATA[ <p>A Modular method to set new text with color of an NSButton. Thanks go to the owner of this code - RayNewbie - in the Apple discussion forum.</p> ]]></description>
<pubDate>Tue, 20 Dec 2011 20:15:17 GMT</pubDate>
<guid>http://snipplr.com/view/62017/change-color-of-nsbutton/</guid>
</item>
<item>
<title>(Objective C) Clear all objects from an entity - mirage3d</title>
<link>http://snipplr.com/view/61987/clear-all-objects-from-an-entity/</link>
<description><![CDATA[ <p>How do you delete all objects in an entity in Core Data? It's not as simple or straightforward as it is in SQL/SQLite. here's one reasonably quick way...

taken from stackoverflow</p> ]]></description>
<pubDate>Mon, 19 Dec 2011 21:29:32 GMT</pubDate>
<guid>http://snipplr.com/view/61987/clear-all-objects-from-an-entity/</guid>
</item>
<item>
<title>(Objective C) notify view controller when application becomes active - cdarken</title>
<link>http://snipplr.com/view/59882/notify-view-controller-when-application-becomes-active/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 17 Oct 2011 18:53:06 GMT</pubDate>
<guid>http://snipplr.com/view/59882/notify-view-controller-when-application-becomes-active/</guid>
</item>
<item>
<title>(Objective C) HTML Hex Color to NSColor - suibhne</title>
<link>http://snipplr.com/view/59750/html-hex-color-to-nscolor/</link>
<description><![CDATA[ <p>Code that will convert a simple Hex code value (from HTML colors) to an actual useable NSColor.</p> ]]></description>
<pubDate>Fri, 14 Oct 2011 03:47:59 GMT</pubDate>
<guid>http://snipplr.com/view/59750/html-hex-color-to-nscolor/</guid>
</item>
<item>
<title>(Objective C) Parsing Markdown with Objective-C using the original Perl script - daknok</title>
<link>http://snipplr.com/view/55171/parsing-markdown-with-objectivec-using-the-original-perl-script/</link>
<description><![CDATA[ <p>Simply make sure you have `Markdown.pl` (from Daring Fireball) inside of your application bundle's resources folder. Perl has to be installed on the target machine. If you are developing for iOS, you should build Perl for iOS, pack it with the application and change the `markdownTask`'s launch path.</p> ]]></description>
<pubDate>Sun, 12 Jun 2011 04:17:39 GMT</pubDate>
<guid>http://snipplr.com/view/55171/parsing-markdown-with-objectivec-using-the-original-perl-script/</guid>
</item>
<item>
<title>(Objective C) Send notification with userInfo - magickaito</title>
<link>http://snipplr.com/view/54592/send-notification-with-userinfo/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 May 2011 13:57:20 GMT</pubDate>
<guid>http://snipplr.com/view/54592/send-notification-with-userinfo/</guid>
</item>
<item>
<title>(Objective C) Check if the user is using an iPhone, iPod Touch device - espinallab</title>
<link>http://snipplr.com/view/52038/check-if-the-user-is-using-an-iphone-ipod-touch-device/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 Apr 2011 01:58:06 GMT</pubDate>
<guid>http://snipplr.com/view/52038/check-if-the-user-is-using-an-iphone-ipod-touch-device/</guid>
</item>
<item>
<title>(Objective C) Objective-C Left padding on UITextField hack - peetj</title>
<link>http://snipplr.com/view/51844/objectivec-left-padding-on-uitextfield-hack/</link>
<description><![CDATA[ <p>cool hack to add padding to a text field</p> ]]></description>
<pubDate>Sat, 09 Apr 2011 23:53:41 GMT</pubDate>
<guid>http://snipplr.com/view/51844/objectivec-left-padding-on-uitextfield-hack/</guid>
</item>
<item>
<title>(Objective C) UITextField border and background - peetj</title>
<link>http://snipplr.com/view/51757/uitextfield-border-and-background/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 08 Apr 2011 13:20:28 GMT</pubDate>
<guid>http://snipplr.com/view/51757/uitextfield-border-and-background/</guid>
</item>
<item>
<title>(Objective C) UITextField rounded rect - peetj</title>
<link>http://snipplr.com/view/51756/uitextfield-rounded-rect/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 08 Apr 2011 13:14:44 GMT</pubDate>
<guid>http://snipplr.com/view/51756/uitextfield-rounded-rect/</guid>
</item>
<item>
<title>(Objective C) Draw rectangle with blue border and fill the rectangular space with red - peetj</title>
<link>http://snipplr.com/view/51755/draw-rectangle-with-blue-border-and-fill-the-rectangular-space-with-red/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 08 Apr 2011 09:55:11 GMT</pubDate>
<guid>http://snipplr.com/view/51755/draw-rectangle-with-blue-border-and-fill-the-rectangular-space-with-red/</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) UIWebView initialisation with post variables - louisdedecker</title>
<link>http://snipplr.com/view/47617/uiwebview-initialisation-with-post-variables/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 21 Jan 2011 01:49:12 GMT</pubDate>
<guid>http://snipplr.com/view/47617/uiwebview-initialisation-with-post-variables/</guid>
</item>
<item>
<title>(Objective C) Programmatically scroll a CPScrollView to the bottom - croyfoo</title>
<link>http://snipplr.com/view/46737/programmatically-scroll-a-cpscrollview-to-the-bottom/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 08 Jan 2011 00:40:05 GMT</pubDate>
<guid>http://snipplr.com/view/46737/programmatically-scroll-a-cpscrollview-to-the-bottom/</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) proxy.m - bcmoney</title>
<link>http://snipplr.com/view/45557/proxym/</link>
<description><![CDATA[ <p>Lovingly reposted sections of code from "iphone HTTP request": http://snipplr.com/view/22599/iphone-http-request/
-amd-
http://iphone.demay-fr.net/2010/04/parsing-url-parameters-in-a-nsstring/</p> ]]></description>
<pubDate>Fri, 10 Dec 2010 10:18:32 GMT</pubDate>
<guid>http://snipplr.com/view/45557/proxym/</guid>
</item>
</channel>
</rss>