<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iOS Developer Tips Blog &#187; Open Source</title>
	<atom:link href="http://iPhoneDeveloperTips.com/category/open-source/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:09:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iOS Open Source : SVProgressHUD Heads Up Display</title>
		<link>http://iPhoneDeveloperTips.com/open-source/ios-open-source-svprogresshud-heads-up-display.html</link>
		<comments>http://iPhoneDeveloperTips.com/open-source/ios-open-source-svprogresshud-heads-up-display.html#comments</comments>
		<pubDate>Fri, 13 Jan 2012 07:44:38 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=10926</guid>
		<description><![CDATA[Although I&#8217;ve covered HUDs previously, Sam Vermette has done a nice job with his design and implementation. I like Sam&#8217;s approach, the methods for displaying and dismissing heads-up-displays are class methods &#8211; this is a nice touch in that you don&#8217;t need to worry about allocating and releasing objects. There is an abundance of interesting [...]]]></description>
			<content:encoded><![CDATA[<p>Although I&#8217;ve covered HUDs <a target="_blank" href="http://iphonedevelopertips.com/open-source/ios-open-source-heads-up-display-hud-effects.html">previously</a>, <a target="_blank" href="http://samvermette.com/">Sam Vermette</a> has done a nice job with his design and implementation. I like Sam&#8217;s approach, the methods for displaying and dismissing heads-up-displays are class methods &#8211; this is a nice touch in that you don&#8217;t need to worry about allocating and releasing objects. </p>
<p>There is an abundance of interesting code in the project, including numerous block animations. Many of the little things Sam has already dialed in &#8211; for example, the size of an HUD is dynamically adjusted when displaying text, the longer the text, the wider the view (and support for wrapping text works out of the box).<br />
<span id="more-10926"></span></p>
<p>Below are a few screenshots, the first shows a long message that is wrapped to fit the display:</p>
<p><img src="http://iPhoneDeveloperTips.com/wp-content/uploads/2012/01/hud1.gif" alt="" title="hud1" width="295" height="424" class="alignnone size-full wp-image-10927" /></p>
<p>The images below show two of the options for dismissing messages, one for successful operations, one for error conditions:</p>
<p><img src="http://iPhoneDeveloperTips.com/wp-content/uploads/2012/01/hud2.gif" alt="" title="hud2" width="590" height="450" class="alignnone size-full wp-image-10928" /></p>
<h5>Download SVProgressHUD</h5>
<p>You can <a  target="_blank" href="https://github.com/samvermette/SVProgressHUD">download SVProgressHUD from github</a>.</p>
<h5>Open Source Recommendations ?</h5>
<p>Have you written or worked with iOS or Cocoa open source that you think others would find interesting, <a href="http://iOSDeveloperTips.com/contact" class="smcf-link">send me a note</a>.</p>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><!-- Do not remove -->]]></content:encoded>
			<wfw:commentRss>http://iPhoneDeveloperTips.com/open-source/ios-open-source-svprogresshud-heads-up-display.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iOS Open Source : Doorway Transition with CoreAnimation</title>
		<link>http://iPhoneDeveloperTips.com/open-source/ios-open-source-doorway-transition-with-coreanimation.html</link>
		<comments>http://iPhoneDeveloperTips.com/open-source/ios-open-source-doorway-transition-with-coreanimation.html#comments</comments>
		<pubDate>Fri, 06 Jan 2012 08:41:52 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=10859</guid>
		<description><![CDATA[Ken Matsui has written a unique transition for moving between views that I want to share with you &#8211; the effect is similar to sliding open two doors, with the following view moving toward the front of the display in a smooth, sliding motion. The images below show the basic idea, however, you owe it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mkftr.com/" target="_blank">Ken Matsui</a> has written a unique transition for moving between views that I want to share with you  &#8211; the effect is similar to sliding open two doors, with the following view moving toward the front of the display in a smooth, sliding motion.</p>
<p>The images below show the basic idea, however, you owe it to yourself to download and run the demo project to get the full effect.<br />
<span id="more-10859"></span></p>
<p><img src="http://iPhoneDeveloperTips.com/wp-content/uploads/2012/01/door1.gif" alt="" title="door1" width="443" height="338" class="alignnone size-full wp-image-10862" /></p>
<p><img src="http://iPhoneDeveloperTips.com/wp-content/uploads/2012/01/door2.gif" alt="" title="door2" width="443" height="338" class="alignnone size-full wp-image-10863" /></p>
<p>And the best part of integrating the transition into your project, the code is as simple as shown below:</p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;">MFDoorwayTransition <span style="color: #002200;">*</span>transition <span style="color: #002200;">=</span> <span style="color: #002200;">&#91;</span><span style="color: #002200;">&#91;</span>MFDoorwayTransition alloc<span style="color: #002200;">&#93;</span> 
   initWithBaseView<span style="color: #002200;">:</span>self.view
   firstView<span style="color: #002200;">:</span>self.currentView 
   lastView<span style="color: #002200;">:</span>self.nextView<span style="color: #002200;">&#93;</span>;
<span style="color: #002200;">&#91;</span>transition buildAnimation<span style="color: #002200;">&#93;</span>;
<span style="color: #002200;">&#91;</span>transition release<span style="color: #002200;">&#93;</span>;</pre></div></div>

<h5>Download Doorway Transition</h5>
<p>You can <a  target="_blank" href="https://github.com/mkftr/DoorwayTransition">download DoorwayTransition from github</a>.</p>
<h5>Open Source Recommendations ?</h5>
<p>Have you written or worked with iOS or Cocoa open source that you think others would find interesting, <a href="http://iOSDeveloperTips.com/contact" class="smcf-link">send me a note</a>.</p>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><!-- Do not remove -->]]></content:encoded>
			<wfw:commentRss>http://iPhoneDeveloperTips.com/open-source/ios-open-source-doorway-transition-with-coreanimation.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iOS Open Source : Non-Rectangular Button Shapes</title>
		<link>http://iPhoneDeveloperTips.com/open-source/ios-open-source-non-rectangular-button-shapes.html</link>
		<comments>http://iPhoneDeveloperTips.com/open-source/ios-open-source-non-rectangular-button-shapes.html#comments</comments>
		<pubDate>Fri, 09 Dec 2011 08:03:56 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=10688</guid>
		<description><![CDATA[Ole Begemann has created an interesting control for creating non-rectangular shaped buttons, OBShapedButton. Although UIButton can use images of various shapes, one key benefit of OBShapedButton is that a button of this type will only respond to touches in the areas of the button image that is visible. The demo project included shows how OBShapedButton [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://oleb.net/" target="_blank">Ole Begemann</a> has created an interesting control for creating non-rectangular shaped buttons, OBShapedButton. Although UIButton can use images of various shapes, one key benefit of OBShapedButton is that a button of this type will only respond to touches in the areas of the button image that is visible.</p>
<p>The demo project included shows how OBShapedButton differs from a standard button, as the figure below indicates:</p>
<p><img src="http://iPhoneDeveloperTips.com/wp-content/uploads/2011/12/button.gif" alt="" title="button" width="247" height="330" class="alignnone size-full wp-image-10691" /><br />
<span id="more-10688"></span></p>
<p>OBShapedButton also supports complex image shapes:</p>
<p><img src="http://iPhoneDeveloperTips.com/wp-content/uploads/2011/12/button2.gif" alt="" title="button2" width="246" height="330" class="alignnone size-full wp-image-10696" /></p>
<h5>Download OBShapedButton</h5>
<p>You can <a  target="_blank" href="https://github.com/ole/OBShapedButton">download OBShapedButton from github</a>.</p>
<h5>Open Source Recommendations ?</h5>
<p>Have you written or worked with iOS or Cocoa open source that you think others would find interesting, <a href="http://iOSDeveloperTips.com/contact" class="smcf-link">send me a note</a>.</p>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><!-- Do not remove -->]]></content:encoded>
			<wfw:commentRss>http://iPhoneDeveloperTips.com/open-source/ios-open-source-non-rectangular-button-shapes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS Open Source : Reveal Sidebar Control</title>
		<link>http://iPhoneDeveloperTips.com/open-source/ios-open-source-reveal-sidebar-control.html</link>
		<comments>http://iPhoneDeveloperTips.com/open-source/ios-open-source-reveal-sidebar-control.html#comments</comments>
		<pubDate>Fri, 18 Nov 2011 08:21:00 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=10617</guid>
		<description><![CDATA[JTRevealSidebar is an interesting control that slides a view horizontally to reveal a new view, leaving a sidebar in place to return to the original view. The control also handles pushing a subview onto the screen. As James Tang, the author points out, the control is in early development and is essentially a work in [...]]]></description>
			<content:encoded><![CDATA[<p>JTRevealSidebar is an interesting control that slides a view horizontally to reveal a new view, leaving a sidebar in place to return to the original view. The control also handles pushing a subview onto the screen.</p>
<p>As James Tang, the author points out, the control is in early development and is essentially a work in process/demo. However, with some additional coding, I think this could be a very nice control to display and manage content on a small screen (the iPhone).<br />
<span id="more-10617"></span></p>
<p>Below is a screenshot of the demo application included with the project that shows a &#8220;revealed&#8221; view and the sidebar on the right.</p>
<p><img src="http://iPhoneDeveloperTips.com/wp-content/uploads/2011/11/jtreveal.gif" alt="" title="jtreveal" width="247" height="366" class="alignnone size-full wp-image-10618" /></p>
<h5>Download JTRevealSidebar</h5>
<p>You can <a  target="_blank" href="https://github.com/mystcolor/JTRevealSidebarDemo">download JTRevealSidebar from github</a>.</p>
<h5>Open Source Recommendations ?</h5>
<p>Have you written or worked with iOS or Cocoa open source that you think others would find interesting, <a href="http://iOSDeveloperTips.com/contact" class="smcf-link">send me a note</a>.</p>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><!-- Do not remove -->]]></content:encoded>
			<wfw:commentRss>http://iPhoneDeveloperTips.com/open-source/ios-open-source-reveal-sidebar-control.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS Open Source : Custom Progress Indicator</title>
		<link>http://iPhoneDeveloperTips.com/open-source/ios-open-source-custom-progress-indicator.html</link>
		<comments>http://iPhoneDeveloperTips.com/open-source/ios-open-source-custom-progress-indicator.html#comments</comments>
		<pubDate>Fri, 04 Nov 2011 10:23:28 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=10546</guid>
		<description><![CDATA[DDProgressView, written by Damien DeVille, is an easy to implement control for showing an animated progress indicator. There are three customizable values in this control, the inner color, outer color and the color of the progress indicator when empty (essentially the background color). To move the indicator forward or backward, you update a value (a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>DDProgressView</strong>, written by <a href="http://www.ddeville.me/" target="_blank">Damien DeVille</a>, is an easy to implement control for showing an animated progress indicator. There are three customizable values in this control, the inner color, outer color and the color of the progress indicator when empty (essentially the background color). To move the indicator forward or backward, you update a value (a float) in the control, which affects how the control is drawn.</p>
<p><img src="http://iPhoneDeveloperTips.com/wp-content/uploads/2011/11/progressview.png" alt="" title="progressview" width="333" height="88" class="alignnone size-full wp-image-10548" /><br />
<span id="more-10546"></span></p>
<p>In the screenshot above, the top progess view has an outer color of cyan and an inner color that is blue. The second bar has an outer color that is defined as <strong>[UIColor clearColor]]</strong>, an inner color that is light gray and empty color that is white.</p>
<p>The example included with DDProgressView &#8211; which is the basis of the screenshots above &#8211; demonstrates how to create two controls, set their color values and update the progress indicator using an <strong>NSTimer</strong> with a scheduled timer interval.</p>
<h5>Download DDProgressView</h5>
<p>You can <a  target="_blank" href="https://github.com/ddeville/DDProgressView">download DDProgressView from github</a>.</p>
<h5>Open Source Recommendations ?</h5>
<p>Have you written or worked with iOS or Cocoa open source that you think others would find interesting, <a href="http://iOSDeveloperTips.com/contact" class="smcf-link">send me a note</a>.</p>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><!-- Do not remove -->]]></content:encoded>
			<wfw:commentRss>http://iPhoneDeveloperTips.com/open-source/ios-open-source-custom-progress-indicator.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS Open Source : UITableView in UIAlertView with SBTableAlert</title>
		<link>http://iPhoneDeveloperTips.com/open-source/ios-open-source-tableview-in-a.html</link>
		<comments>http://iPhoneDeveloperTips.com/open-source/ios-open-source-tableview-in-a.html#comments</comments>
		<pubDate>Fri, 21 Oct 2011 07:54:12 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=10449</guid>
		<description><![CDATA[Here&#8217;s a unique idea, create a control that embeds a UITableView within a UIAlertView &#8211; SBTableAlert does just that. The screenshot below shows the control with a multi-select table. You can also use section headers within the table, as shown below: As described on github, the features include: - Multiple and single selection of cells. [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a unique idea, create a control that embeds a <strong>UITableView</strong> within a <strong>UIAlertView</strong> &#8211; SBTableAlert does just that. The screenshot below shows the control with a multi-select table.</p>
<p><img src="http://iPhoneDeveloperTips.com/wp-content/uploads/2011/10/tablealert1.gif" alt="" title="tablealert1" width="237" height="359" class="alignnone size-full wp-image-10450" /><br />
<span id="more-10449"></span></p>
<p>You can also use section headers within the table, as shown below:</p>
<p><img src="http://iPhoneDeveloperTips.com/wp-content/uploads/2011/10/tablealert2.gif" alt="" title="tablealert2" width="238" height="360" class="alignnone size-full wp-image-10451" /></p>
<p>As described on github, the features include:</p>
<p>- Multiple and single selection of cells.<br />
- Supports orientation change.<br />
- Easy to customize, access UITableView and UIAlertView via properties.<br />
- Supports sections and custom section headers.</p>
<p>This is a very creative use of an alert, thanks <a href="http://simonb.se/" target="_blank">Simon Blommegård</a> for creating this control.</p>
<h5>Download SBTableAlert</h5>
<p>You can <a  target="_blank" href="https://github.com/simonb/SBTableAlert">download SBTableAlert from github</a>.</p>
<h5>Open Source Recommendations ?</h5>
<p>Have you written or worked with iOS or Cocoa open source that you think others would find interesting, <a href="http://iOSDeveloperTips.com/contact" class="smcf-link">send me a note</a>.</p>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><!-- Do not remove -->]]></content:encoded>
			<wfw:commentRss>http://iPhoneDeveloperTips.com/open-source/ios-open-source-tableview-in-a.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS Open Source : User Interface Debugging with DCIntrospect</title>
		<link>http://iPhoneDeveloperTips.com/open-source/ios-open-source-user-interface-debugging-with-dcintrospect.html</link>
		<comments>http://iPhoneDeveloperTips.com/open-source/ios-open-source-user-interface-debugging-with-dcintrospect.html#comments</comments>
		<pubDate>Fri, 07 Oct 2011 07:32:43 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=10254</guid>
		<description><![CDATA[DCIntrospect, written by Patrick Richards of Domestic Cat Software, provides a nice set of tools for viewing properties of UI components, while an application is running. Included are options for displaying view locations and sizes as well as a views distance from the edge of the primary window; options for moving and resizing frames; logging [...]]]></description>
			<content:encoded><![CDATA[<p>DCIntrospect, written by Patrick Richards of <a href="http://domesticcat.com.au" target="_blank">Domestic Cat Software</a>, provides a nice set of tools for viewing properties of UI components, while an application is running. Included are options for displaying view locations and sizes as well as a views distance from the edge of the primary window; options for moving and resizing frames; logging view properties including subclasses properties, actions and targets. </p>
<p>Take a look at the screenshot on the left below, I&#8217;ve pressed the spacebar to enable DCIntrospect and tapped on the circle image in the upper right. Notice the information displayed for the UIImageView across the top where the status bar was previously shown, including the view size and location on screen. With a few keystrokes I can move and resize the image, as shown in the screenshot on the right.<br />
<span id="more-10254"></span></p>
<p><img src="http://iPhoneDeveloperTips.com/wp-content/uploads/2011/10/intro1.gif" alt="" title="intro1" width="590" height="436" class="alignnone size-full wp-image-10259" /></p>
<p>As another example, in the screen below on the left , all views are outlined:</p>
<p><img src="http://iPhoneDeveloperTips.com/wp-content/uploads/2011/10/intro2.gif" alt="" title="intro2" width="590" height="436" class="alignnone size-full wp-image-10260" /></p>
<p>When DCIntrospect is active, you use hotkeys to invoke various operations such as moving views, logging, etc. The screenshot,  above right, is the help screen listing the default hot keys and their actions &#8211; you can change the key bindings by editing an included configuration file.</p>
<p>As one who has always coded my user interfaces the old fashion way (sans Interface Builder), DCIntrospect is an intriguing tool, offering an inside look at layout information that is not easily accessible while running an app. There are many interesting features in DCIntrospect &#8211; take the demo project for a test drive, if nothing else it&#8217;s interesting to see layout information displayed in real time within an app.</p>
<h5>Download DCIntrospect</h5>
<p>You can <a  target="_blank" href="https://github.com/domesticcatsoftware/DCIntrospect">download DCIntrospect from github</a>.</p>
<h5>Open Source Recommendations ?</h5>
<p>Have you written or worked with iOS or Cocoa open source that you think others would find interesting, <a href="http://iOSDeveloperTips.com/contact" class="smcf-link">send me a note</a>.</p>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><!-- Do not remove -->]]></content:encoded>
			<wfw:commentRss>http://iPhoneDeveloperTips.com/open-source/ios-open-source-user-interface-debugging-with-dcintrospect.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iOS Open Source :  Custom TabView JMTabView</title>
		<link>http://iPhoneDeveloperTips.com/open-source/ios-open-source-jmtabview.html</link>
		<comments>http://iPhoneDeveloperTips.com/open-source/ios-open-source-jmtabview.html#comments</comments>
		<pubDate>Fri, 30 Sep 2011 07:45:54 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[jmtabview]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=10174</guid>
		<description><![CDATA[If you are looking for a customizable tabbar, including animation as a user selects different tabs, I recommend you take a look at this open source project, written by Jason Morrissey. The animation is very smooth and lends to a nice professional look &#8211; all animation code is done with Core Graphics. There are a [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking for a customizable tabbar, including animation as a user selects different tabs, I recommend you take a look at this open source project, written by <a href="http://jasonmorrissey.org/" target="_blank">Jason Morrissey</a>. The animation is very smooth and lends to a nice professional look &#8211; all animation code is done with Core Graphics. There are a number of customizable options available in JMTabView with little coding effort.</p>
<p>Notice in the screenshot below that the tabbar on top has no icons, whereas the tabbar on the bottom has both icons and text. With a simple code change, you can also have only icons and no text.<br />
<span id="more-10174"></span></p>
<p><img src="http://iPhoneDeveloperTips.com/wp-content/uploads/2011/09/JMTabview.gif" alt="" title="JMTabview" width="297" height="403" class="alignnone size-full wp-image-10183" /></p>
<h5>Download JMTabView</h5>
<p>You can <a  target="_blank" href="https://github.com/jasonmorrissey/JMTabView">download JmTabView from github</a>.</p>
<h5>Open Source Recommendations ?</h5>
<p>Have you written or worked with iOS or Cocoa open source that you think others would find interesting, <a href="http://iOSDeveloperTips.com/contact" class="smcf-link">send me a note</a>.</p>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><!-- Do not remove -->]]></content:encoded>
			<wfw:commentRss>http://iPhoneDeveloperTips.com/open-source/ios-open-source-jmtabview.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iOS Open Source : Nimbus</title>
		<link>http://iPhoneDeveloperTips.com/open-source/ios-open-source-nimbus.html</link>
		<comments>http://iPhoneDeveloperTips.com/open-source/ios-open-source-nimbus.html#comments</comments>
		<pubDate>Fri, 23 Sep 2011 08:24:55 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=10042</guid>
		<description><![CDATA[The name Jeff Verkoeyen may sound familiar if you worked with the popular Three20 (Facebook) framework. Jeff took over the project from its original creator, Joe Hewitt. Nimbus is a project created by Jeff to overcome a number of challenges with Three20, including limited documentation, cross-dependencies, a complicated build process and minimal unit tests. No [...]]]></description>
			<content:encoded><![CDATA[<p>The name <a href="http://jeffverkoeyen.com/" target="_blank">Jeff Verkoeyen</a> may sound familiar if you worked with the popular Three20 (Facebook) framework. Jeff took over the project from its original creator, Joe Hewitt. Nimbus is a project created by Jeff to overcome a number of challenges with Three20, including limited documentation, cross-dependencies, a complicated build process and minimal unit tests. No doubt, Three20 offers a number of time-saving UI controls, however, it is not trivial to get things working. </p>
<p>The goal of Nimbus is quite admirable: <em>Nimbus hopes to one day provide as much value as Three20 does on a feature-by-feature comparison, but with the invaluable benefit of sublime documentation and test coverage.</em><br />
<span id="more-10042"></span></p>
<h5>What You&#8217;ll Find in Nimbus</h5>
<p>- Launcher offers an icon-centric UI<br />
- Asynchronous image downloading and caching<br />
- Photo scrolling viewer with zoom support<br />
- Table-based form elements<br />
- Many other helpful controls</p>
<p>Below is a screenshot of the support for tables and form elements as well the launcher UI. Both apps are included in the example set packaged with Nimbus.</p>
<p><img src="http://iPhoneDeveloperTips.com/wp-content/uploads/2011/09/nimbus.gif" alt="" title="nimbus" width="590" height="384" class="alignnone size-full wp-image-10049" /></p>
<h5>Nimbus History</h5>
<p>To get a full appreciation for the history of Nimbus, take a moment and read <strong>The Nimbus Backstory</strong>, near the bottom of the github page (link below). Trust me, it&#8217;s worth a few minutes of your time&#8230;</p>
<h5>Download Nimbus</h5>
<p>You can <a  target="_blank"  href="https://github.com/jverkoey/nimbus">download Nimbus from github</a>.</p>
<h5>Open Source Recommendations ?</h5>
<p>Have you written or worked with iOS or Cocoa open source that you think others would find interesting, <a href="http://iOSDeveloperTips.com/contact" class="smcf-link">send me a note</a>.</p>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><!-- Do not remove -->]]></content:encoded>
			<wfw:commentRss>http://iPhoneDeveloperTips.com/open-source/ios-open-source-nimbus.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS Open Source : Tap + Haiku = Tapku</title>
		<link>http://iPhoneDeveloperTips.com/open-source/ios-open-source-tapku.html</link>
		<comments>http://iPhoneDeveloperTips.com/open-source/ios-open-source-tapku.html#comments</comments>
		<pubDate>Fri, 16 Sep 2011 07:23:09 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=9888</guid>
		<description><![CDATA[From the github page: tap + haiku = tapku, a well crafted open source iOS framework for iPhone &#038; iPad. Tapku includes a fair amount of code, from UI controls (coverflow, heads up display, background image downloading&#8230;) to a nice selection of category extensions for NSString, NSDate among others. The screenshots below, from the demo [...]]]></description>
			<content:encoded><![CDATA[<p>From the github page: <em>tap + haiku = tapku, a well crafted open source iOS framework for iPhone &#038; iPad</em>. </p>
<p>Tapku includes a fair amount of code, from UI controls (coverflow, heads up display, background image downloading&#8230;) to a nice selection of category extensions for NSString, NSDate among others.</p>
<p>The screenshots below, from the demo universal application, show the graph and coverflow UI effects in Tapku:<br />
<span id="more-9888"></span></p>
<p><a href="http://iPhoneDeveloperTips.com/wp-content/uploads/2011/09/tapku.jpg"><img src="http://iPhoneDeveloperTips.com/wp-content/uploads/2011/09/tapku.jpg" alt="" title="tapku" width="400" height="512" class="alignnone size-full wp-image-9891" /></a></p>
<h5>Download Tapku</h5>
<p><a href="http://devinsheaven.com/" target="_blank">Devin Ross</a> is the author of Tapku. There is a lot of good stuff in this project, thanks Devin for publishing this code as open source.</p>
<p>You can <a  target="_blank"  href="https://github.com/devinross/tapkulibrary">download Tapku from github</a>.</p>
<h5>Open Source Recommendations ?</h5>
<p>Have you written or worked with iOS or Cocoa open source that you think others would find interesting, <a href="http://iOSDeveloperTips.com/contact" class="smcf-link">send me a note</a>.</p>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><!-- Do not remove -->]]></content:encoded>
			<wfw:commentRss>http://iPhoneDeveloperTips.com/open-source/ios-open-source-tapku.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

