<?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>Tue, 09 Jun 2026 22:07:48 +0000</lastBuildDate>
    <item>
      <title>(iPhone) New iOS 5 API: Customize UINavigationBar Background Property with EASY function!!! - codeRefiner</title>
      <link>https://snipplr.com/view/61401/new-ios-5-api-customize-uinavigationbar-background-property-with-easy-function</link>
      <description>&lt;p&gt;Here is a nice function you can use to implement a custom background for your UINavigation Bars&#13;
&#13;
Simply make two images in photoshop: &#13;
&#13;
32 x 32 &#13;
44 x 44 &#13;
&#13;
and name them whatever you want. &#13;
&#13;
put them in your iPhone project by dragging and dropping them from the desktop or another directory. &#13;
&#13;
If need be check the Copy Group Destination files in folder line to add the two image files to your project. &#13;
&#13;
Make sure you replace the two lines that create the UIImages with your image names&#13;
&#13;
&#13;
Copy And paste the function into your app delegate right above applicationDidFinishLaunchingWithOptions: &#13;
&#13;
then simply call &#13;
&#13;
[self customizeAppearance]; inside your app delegate and...&#13;
&#13;
voila, enjoy :)&lt;/p&gt;</description>
      <pubDate>Thu, 01 Dec 2011 12:28:55 UTC</pubDate>
      <guid>https://snipplr.com/view/61401/new-ios-5-api-customize-uinavigationbar-background-property-with-easy-function</guid>
    </item>
    <item>
      <title>(iPhone) A note about init methods - codeRefiner</title>
      <link>https://snipplr.com/view/61319/a-note-about-init-methods</link>
      <description>&lt;p&gt;Here is a breakdown of creating a custom initializer and or general rules of init&lt;/p&gt;</description>
      <pubDate>Wed, 30 Nov 2011 07:14:45 UTC</pubDate>
      <guid>https://snipplr.com/view/61319/a-note-about-init-methods</guid>
    </item>
    <item>
      <title>(iPhone) Easy function to get the path to the documents directory for data persistance - codeRefiner</title>
      <link>https://snipplr.com/view/61316/easy-function-to-get-the-path-to-the-documents-directory-for-data-persistance</link>
      <description>&lt;p&gt;Here is a simple function that will return the path to the documents directory so you can store data in it later&lt;/p&gt;</description>
      <pubDate>Wed, 30 Nov 2011 06:24:50 UTC</pubDate>
      <guid>https://snipplr.com/view/61316/easy-function-to-get-the-path-to-the-documents-directory-for-data-persistance</guid>
    </item>
  </channel>
</rss>
