<?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/tags/Objective-c</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 16:40:25 GMT</pubDate>
<item>
<title>(iPhone) simple ios url request - ryantxr</title>
<link>http://snipplr.com/view/69293/simple-ios-url-request/</link>
<description><![CDATA[ <p>Simple synchronous web request for ios.
// Credit to the original authors:
// Sam Walton
// Ethan Irish
// www.seven-labs.com
// Be kind &amp; share :)</p> ]]></description>
<pubDate>Sat, 29 Dec 2012 02:04:11 GMT</pubDate>
<guid>http://snipplr.com/view/69293/simple-ios-url-request/</guid>
</item>
<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>(iPhone) New iOS 5 API: Customize UINavigationBar Background Property with EASY function!!! - codeRefiner</title>
<link>http://snipplr.com/view/61401/new-ios-5-api-customize-uinavigationbar-background-property-with-easy-function/</link>
<description><![CDATA[ <p>Here is a nice function you can use to implement a custom background for your UINavigation Bars

Simply make two images in photoshop: 

32 x 32 
44 x 44 

and name them whatever you want. 

put them in your iPhone project by dragging and dropping them from the desktop or another directory. 

If need be check the Copy Group Destination files in folder line to add the two image files to your project. 

Make sure you replace the two lines that create the UIImages with your image names


Copy And paste the function into your app delegate right above applicationDidFinishLaunchingWithOptions: 

then simply call 

[self customizeAppearance]; inside your app delegate and...

voila, enjoy :)</p> ]]></description>
<pubDate>Thu, 01 Dec 2011 12:28:55 GMT</pubDate>
<guid>http://snipplr.com/view/61401/new-ios-5-api-customize-uinavigationbar-background-property-with-easy-function/</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>(iPhone) Pixel perfect collision detection - shalomfriss</title>
<link>http://snipplr.com/view/54886/pixel-perfect-collision-detection/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 05 Jun 2011 05:33:58 GMT</pubDate>
<guid>http://snipplr.com/view/54886/pixel-perfect-collision-detection/</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>(iPhone) Take Snapshot of Screen - sag333ar</title>
<link>http://snipplr.com/view/53156/take-snapshot-of-screen/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 May 2011 19:13:25 GMT</pubDate>
<guid>http://snipplr.com/view/53156/take-snapshot-of-screen/</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>(iPhone) NSPredicate for TextLength &amp;amp; Email Validation - sag333ar</title>
<link>http://snipplr.com/view/51205/nspredicate-for-textlength--email-validation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 28 Mar 2011 17:55:17 GMT</pubDate>
<guid>http://snipplr.com/view/51205/nspredicate-for-textlength--email-validation/</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>
</channel>
</rss>