<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - zingo</title>
<link>http://snipplr.com/users/zingo/tags/objc</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 11 Oct 2008 00:21:45 GMT</pubDate>
<item>
<title>(Objective C) Parse Header File for Outlets and makes sure that they are set at Runtime</title>
<link>http://snipplr.com/view/8642/parse-header-file-for-outlets-and-makes-sure-that-they-are-set-at-runtime/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 26 Sep 2008 20:33:33 GMT</pubDate>
<guid>http://snipplr.com/view/8642/parse-header-file-for-outlets-and-makes-sure-that-they-are-set-at-runtime/</guid>
</item>
<item>
<title>(Objective C) Kill App after Expire Date (Suicidal Code Redux)</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) Macro for ASL Log like NSLog</title>
<link>http://snipplr.com/view/4684/macro-for-asl-log-like-nslog/</link>
<description><![CDATA[ <p>Macro to give an asl_log-like NSLog.</p> ]]></description>
<pubDate>Sun, 20 Jan 2008 20:19:32 GMT</pubDate>
<guid>http://snipplr.com/view/4684/macro-for-asl-log-like-nslog/</guid>
</item>
<item>
<title>(Objective C) Macro for VERBOSE_DEBUG_OUTPUT</title>
<link>http://snipplr.com/view/4235/macro-for-verbosedebugoutput/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 01 Dec 2007 19:28:07 GMT</pubDate>
<guid>http://snipplr.com/view/4235/macro-for-verbosedebugoutput/</guid>
</item>
<item>
<title>(Objective C) Importing data with coredata</title>
<link>http://snipplr.com/view/3884/importing-data-with-coredata/</link>
<description><![CDATA[ <p>A database table is basically an array of dictionary objects. As long 
as all the fields are valid property list types, you can loop through 
the array creating a managed object for each dictionary and setting 
the values. If you have an array controller in your nib and it's 
configured for your managed object, you can use this (where plist is 
expected to be an NSArray* - not sure why I made it an id).</p> ]]></description>
<pubDate>Thu, 11 Oct 2007 21:57:17 GMT</pubDate>
<guid>http://snipplr.com/view/3884/importing-data-with-coredata/</guid>
</item>
<item>
<title>(Bash) Enable Objective-C Messages Tracing</title>
<link>http://snipplr.com/view/3856/enable-objectivec-messages-tracing/</link>
<description><![CDATA[ <p>If you set the NSObjCMessageLoggingEnabled environment variable to "YES", the Objective-C runtime will log all dispatched Objective-C messages to a file named /tmp/msgSends-.</p> ]]></description>
<pubDate>Sun, 07 Oct 2007 17:58:05 GMT</pubDate>
<guid>http://snipplr.com/view/3856/enable-objectivec-messages-tracing/</guid>
</item>
<item>
<title>(Objective C) NSLog with NSError and NSArray with managedObjectContext</title>
<link>http://snipplr.com/view/3497/nslog-with-nserror-and-nsarray-with-managedobjectcontext/</link>
<description><![CDATA[ <p>Prints content from an NSError or NSArray content from a managedObjectContext.</p> ]]></description>
<pubDate>Thu, 09 Aug 2007 19:28:39 GMT</pubDate>
<guid>http://snipplr.com/view/3497/nslog-with-nserror-and-nsarray-with-managedobjectcontext/</guid>
</item>
<item>
<title>(Objective C) kill app after expire date</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>