<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 12:28:13 +0000</lastBuildDate>
    <item>
      <title>(Objective C) Send notification with userInfo - magickaito</title>
      <link>https://snipplr.com/view/54592/send-notification-with-userinfo</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 May 2011 13:57:20 UTC</pubDate>
      <guid>https://snipplr.com/view/54592/send-notification-with-userinfo</guid>
    </item>
    <item>
      <title>(Objective C) programatically add text on image - magickaito</title>
      <link>https://snipplr.com/view/52598/programatically-add-text-on-image</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 26 Apr 2011 18:03:39 UTC</pubDate>
      <guid>https://snipplr.com/view/52598/programatically-add-text-on-image</guid>
    </item>
    <item>
      <title>(Objective C) ObjectiveC NSTimer - magickaito</title>
      <link>https://snipplr.com/view/52134/objectivec-nstimer</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 15 Apr 2011 17:04:35 UTC</pubDate>
      <guid>https://snipplr.com/view/52134/objectivec-nstimer</guid>
    </item>
    <item>
      <title>(Objective C) Get GPS From Ipad using CLLocationManager - magickaito</title>
      <link>https://snipplr.com/view/52030/get-gps-from-ipad-using-cllocationmanager</link>
      <description>&lt;p&gt;1. Step 1: add CoreLocation framework in Project Settings -&gt; Build Phases -&gt; Link Binary...&#13;
2. Step 2: include the CoreLocation.h file&#13;
3. implement the following codes&#13;
2.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Apr 2011 20:48:42 UTC</pubDate>
      <guid>https://snipplr.com/view/52030/get-gps-from-ipad-using-cllocationmanager</guid>
    </item>
    <item>
      <title>(Objective C) Example of filtering an array using predicateWithBlock - magickaito</title>
      <link>https://snipplr.com/view/51922/example-of-filtering-an-array-using-predicatewithblock</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 11 Apr 2011 17:08:09 UTC</pubDate>
      <guid>https://snipplr.com/view/51922/example-of-filtering-an-array-using-predicatewithblock</guid>
    </item>
    <item>
      <title>(Objective C) Combine two string - magickaito</title>
      <link>https://snipplr.com/view/51727/combine-two-string</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 07 Apr 2011 19:38:39 UTC</pubDate>
      <guid>https://snipplr.com/view/51727/combine-two-string</guid>
    </item>
    <item>
      <title>(Objective C) String Constants in ObjectiveC - magickaito</title>
      <link>https://snipplr.com/view/51261/string-constants-in-objectivec</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 29 Mar 2011 17:49:08 UTC</pubDate>
      <guid>https://snipplr.com/view/51261/string-constants-in-objectivec</guid>
    </item>
    <item>
      <title>(Objective C) animate ScrollView to a certain position - magickaito</title>
      <link>https://snipplr.com/view/51240/animate-scrollview-to-a-certain-position</link>
      <description>&lt;p&gt;This line of code animate the UIScrollView to a certain page perfectly&lt;/p&gt;</description>
      <pubDate>Tue, 29 Mar 2011 14:28:02 UTC</pubDate>
      <guid>https://snipplr.com/view/51240/animate-scrollview-to-a-certain-position</guid>
    </item>
    <item>
      <title>(Objective C) typedef in objective C - magickaito</title>
      <link>https://snipplr.com/view/51239/typedef-in-objective-c</link>
      <description>&lt;p&gt;the url attached has a very nice article to help in understanding enum!&lt;/p&gt;</description>
      <pubDate>Tue, 29 Mar 2011 13:50:59 UTC</pubDate>
      <guid>https://snipplr.com/view/51239/typedef-in-objective-c</guid>
    </item>
    <item>
      <title>(Objective C) Dispatch and Receive events in ObjectiveC - magickaito</title>
      <link>https://snipplr.com/view/51237/dispatch-and-receive-events-in-objectivec</link>
      <description>&lt;p&gt;thanks to http://stackoverflow.com/questions/2191594/how-to-send-and-receive-message-through-nsnotificationcenter-in-objective-c&lt;/p&gt;</description>
      <pubDate>Tue, 29 Mar 2011 13:33:22 UTC</pubDate>
      <guid>https://snipplr.com/view/51237/dispatch-and-receive-events-in-objectivec</guid>
    </item>
    <item>
      <title>(Objective C) Add subview add a specific position - magickaito</title>
      <link>https://snipplr.com/view/51236/add-subview-add-a-specific-position</link>
      <description>&lt;p&gt;how to add sub view add a specific location&lt;/p&gt;</description>
      <pubDate>Tue, 29 Mar 2011 13:02:46 UTC</pubDate>
      <guid>https://snipplr.com/view/51236/add-subview-add-a-specific-position</guid>
    </item>
    <item>
      <title>(Objective C) Link to a new view controller from the first view controller - magickaito</title>
      <link>https://snipplr.com/view/51217/link-to-a-new-view-controller-from-the-first-view-controller</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 28 Mar 2011 23:21:20 UTC</pubDate>
      <guid>https://snipplr.com/view/51217/link-to-a-new-view-controller-from-the-first-view-controller</guid>
    </item>
    <item>
      <title>(Objective C) UIScrollView with 3 images - magickaito</title>
      <link>https://snipplr.com/view/51211/uiscrollview-with-3-images</link>
      <description>&lt;p&gt;Tips&#13;
1. This example is to make a horizontal image slider with 3 images for iPad.&#13;
2. To fix the orientation to horizontal only, modify project-Info.plist -supported interface orientations &#13;
3. The scrollView is added to view in code, there is no need to visually create a scrollView in the UIBuilder interface.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Mar 2011 21:54:27 UTC</pubDate>
      <guid>https://snipplr.com/view/51211/uiscrollview-with-3-images</guid>
    </item>
    <item>
      <title>(Objective C) Accessing Object in NSArray - magickaito</title>
      <link>https://snipplr.com/view/51210/accessing-object-in-nsarray</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 28 Mar 2011 21:40:31 UTC</pubDate>
      <guid>https://snipplr.com/view/51210/accessing-object-in-nsarray</guid>
    </item>
    <item>
      <title>(Objective C) Objective C Image Slideshow (longer edition) - magickaito</title>
      <link>https://snipplr.com/view/51207/objective-c-image-slideshow-longer-edition</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 28 Mar 2011 20:15:06 UTC</pubDate>
      <guid>https://snipplr.com/view/51207/objective-c-image-slideshow-longer-edition</guid>
    </item>
    <item>
      <title>(ActionScript 3) Simple List in Flex Hero (Buritto) - magickaito</title>
      <link>https://snipplr.com/view/51090/simple-list-in-flex-hero-buritto</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 25 Mar 2011 04:34:31 UTC</pubDate>
      <guid>https://snipplr.com/view/51090/simple-list-in-flex-hero-buritto</guid>
    </item>
    <item>
      <title>(Objective C) Objective C Alert Box - magickaito</title>
      <link>https://snipplr.com/view/46864/objective-c-alert-box</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 10 Jan 2011 21:32:33 UTC</pubDate>
      <guid>https://snipplr.com/view/46864/objective-c-alert-box</guid>
    </item>
    <item>
      <title>(Objective C) Objective C ImageSlideshow - magickaito</title>
      <link>https://snipplr.com/view/46863/objective-c-imageslideshow</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 10 Jan 2011 21:30:58 UTC</pubDate>
      <guid>https://snipplr.com/view/46863/objective-c-imageslideshow</guid>
    </item>
  </channel>
</rss>
