<?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/macro</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 08:07:50 GMT</pubDate>
<item>
<title>(Objective C) Macro to use HEX color - Gretzki</title>
<link>http://snipplr.com/view/64892/macro-to-use-hex-color/</link>
<description><![CDATA[ <p>OBJC macro to use HEX color values to init UIColor objects</p> ]]></description>
<pubDate>Wed, 16 May 2012 20:54:41 GMT</pubDate>
<guid>http://snipplr.com/view/64892/macro-to-use-hex-color/</guid>
</item>
<item>
<title>(Objective C) Detailed NSLog() via a Preprocessor Macro - zingo</title>
<link>http://snipplr.com/view/21528/detailed-nslog-via-a-preprocessor-macro/</link>
<description><![CDATA[ <p>Ever needed to see more context surrounding your NSLog statement to help you debug in the console?</p> ]]></description>
<pubDate>Tue, 20 Oct 2009 22:51:49 GMT</pubDate>
<guid>http://snipplr.com/view/21528/detailed-nslog-via-a-preprocessor-macro/</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>