<?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/AppDelegate</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 18:50:51 GMT</pubDate>
<item>
<title>(Objective C) Checking If You App Has Been Run Before - zingo</title>
<link>http://snipplr.com/view/54411/checking-if-you-app-has-been-run-before/</link>
<description><![CDATA[ <p>Do you need you app to do something when it is first run on a certain computer? Do you need to know if it has been run before? Enter the following code into your Application Delegate.

This code creates a BOOL that is created when the app is run. The if-else statement reads the value of the BOOL -- Yes or No. NOTE: You'll notice that if you run the app from xcode with the run button it says "Not run before". When you run it again it still says that. In order to truly test locate you apps Debug .app application then run that. Xcode clears out the data when you run it again. IT DOES WORK though, so don't worry if running you app in Xcode still gives you the Not Run Before result.</p> ]]></description>
<pubDate>Thu, 26 May 2011 14:19:04 GMT</pubDate>
<guid>http://snipplr.com/view/54411/checking-if-you-app-has-been-run-before/</guid>
</item>
<item>
<title>(Objective C) didFinishLaunchingWithOptions method that just creates a custom UIViewController - matryer</title>
<link>http://snipplr.com/view/27790/didfinishlaunchingwithoptions-method-that-just-creates-a-custom-uiviewcontroller/</link>
<description><![CDATA[ <p>Inside the `AppDelegate`, the `didFinishLaunchingWithOptions` method can be used to just create and use a custom View Controller class.</p> ]]></description>
<pubDate>Sat, 06 Feb 2010 05:53:30 GMT</pubDate>
<guid>http://snipplr.com/view/27790/didfinishlaunchingwithoptions-method-that-just-creates-a-custom-uiviewcontroller/</guid>
</item>
</channel>
</rss>