<?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>Mobile Developer Tips</title>
	<atom:link href="http://MobileDeveloperTips.com/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 16 May 2012 12:25:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Sort A Dictionary By Value Of Each Key-Value Pair</title>
		<link>http://MobileDeveloperTips.com/data-file-management/sort-a-dictionary-using-the-value-in-key-value-pair.html</link>
		<comments>http://MobileDeveloperTips.com/data-file-management/sort-a-dictionary-using-the-value-in-key-value-pair.html#comments</comments>
		<pubDate>Wed, 16 May 2012 08:30:07 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Data / File Management]]></category>

		<guid isPermaLink="false">http://MobileDeveloperTips.com/?p=11734</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/data-file-management/sort-a-dictionary-using-the-value-in-key-value-pair.html">Sort A Dictionary By Value Of Each Key-Value Pair</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Sort A Dictionary By Value Of Each Key-Value Pair is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved You can sort the values in a dictionary using the method keysSortedByValueUsingSelector:. The result is an array of keys from the dictionary, which represent the sorted values of the key-value pair. Let&#8217;s say for example [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/data-file-management/read-and-write-array-dictionary-and-other-collections-to-files.html' rel='bookmark' title='Read and Write Array, Dictionary and Other Collections to Files'>Read and Write Array, Dictionary and Other Collections to Files</a></li>
<li><a href='http://MobileDeveloperTips.com/data-file-management/add-comma-separators-to-numbers.html' rel='bookmark' title='Add Comma Separators to Numbers'>Add Comma Separators to Numbers</a></li>
<li><a href='http://MobileDeveloperTips.com/objective-c/introduction-to-blocks-in-objective-c-%e2%80%93-part-2.html' rel='bookmark' title='Introduction to Blocks in Objective-C – Part 2'>Introduction to Blocks in Objective-C – Part 2</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/data-file-management/sort-a-dictionary-using-the-value-in-key-value-pair.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Comma Separators to Numbers</title>
		<link>http://MobileDeveloperTips.com/data-file-management/add-comma-separators-to-numbers.html</link>
		<comments>http://MobileDeveloperTips.com/data-file-management/add-comma-separators-to-numbers.html#comments</comments>
		<pubDate>Mon, 14 May 2012 11:11:55 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Data / File Management]]></category>

		<guid isPermaLink="false">http://MobileDeveloperTips.com/?p=11715</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/data-file-management/add-comma-separators-to-numbers.html">Add Comma Separators to Numbers</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Add Comma Separators to Numbers is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Seems a common question, how can I format a number such as 123456 to look like 123,456? The NSNumberFormatter makes this quite easy. NSNumberFormatter *formatter = &#91;&#91;&#91;NSNumberFormatter alloc&#93; init&#93; autorelease&#93;; &#91;formatter setNumberStyle:NSNumberFormatterDecimalStyle&#93;; &#160; double d = 234567.89; int i [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/formatting-numbers-nsnumberformatter-examples.html' rel='bookmark' title='Formatting Numbers &#8211; NSNumberFormatter Examples'>Formatting Numbers &#8211; NSNumberFormatter Examples</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/nsnumber-and-nsinteger.html' rel='bookmark' title='NSNumber versus NSInteger'>NSNumber versus NSInteger</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/date-formatter-examples-take-4-setting-locale.html' rel='bookmark' title='Date Formatter Examples &#8211; Take 4: Setting Locale'>Date Formatter Examples &#8211; Take 4: Setting Locale</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/data-file-management/add-comma-separators-to-numbers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should MobileDeveloperTips.com Expand to Include Android?</title>
		<link>http://MobileDeveloperTips.com/general/should-mobiledevelopertips-com-expand-to-include-android.html</link>
		<comments>http://MobileDeveloperTips.com/general/should-mobiledevelopertips-com-expand-to-include-android.html#comments</comments>
		<pubDate>Sat, 12 May 2012 16:30:17 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://MobileDeveloperTips.com/?p=11706</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/general/should-mobiledevelopertips-com-expand-to-include-android.html">Should MobileDeveloperTips.com Expand to Include Android?</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Should MobileDeveloperTips.com Expand to Include Android? is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Since August of 2008, this blog (formerly known as iOS Developer Tips) has focused on iOS application development. Long story short, the rename of the blog was to move away from trademarked names in the domain, artwork, etc. [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/announcements/iosdevelopertips-com-is-now-mobiledevelopertips-com.html' rel='bookmark' title='iOSDeveloperTips.com Is Now MobileDeveloperTips.com'>iOSDeveloperTips.com Is Now MobileDeveloperTips.com</a></li>
<li><a href='http://MobileDeveloperTips.com/announcements/announcing-iphone-developer-tips-google-group-share-your-tips-and-tricks.html' rel='bookmark' title='Announcing iPhone Developer Tips Google Group: Share Your Tips and Tricks!'>Announcing iPhone Developer Tips Google Group: Share Your Tips and Tricks!</a></li>
<li><a href='http://MobileDeveloperTips.com/general/show-your-support-for-iphonedevelopertips-com.html' rel='bookmark' title='Show Your Support for iPhoneDeveloperTips.com'>Show Your Support for iPhoneDeveloperTips.com</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/general/should-mobiledevelopertips-com-expand-to-include-android.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>iOS Open Source : Semi-Modal View</title>
		<link>http://MobileDeveloperTips.com/open-source/ios-open-source-semi-modal-view.html</link>
		<comments>http://MobileDeveloperTips.com/open-source/ios-open-source-semi-modal-view.html#comments</comments>
		<pubDate>Fri, 11 May 2012 07:45:37 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://MobileDeveloperTips.com/?p=11687</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/open-source/ios-open-source-semi-modal-view.html">iOS Open Source : Semi-Modal View</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
iOS Open Source : Semi-Modal View is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Kent Nguyen has created a category that extends UIViewController, displaying another view which partially covers the current view. Take a look at the screenshot below to get an idea of how this looks. The original view (on the [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/open-source/ios-open-source-sliding-view-controller.html' rel='bookmark' title='iOS Open Source : Sliding View Controller'>iOS Open Source : Sliding View Controller</a></li>
<li><a href='http://MobileDeveloperTips.com/open-source/ios-open-source-mgimageutilities.html' rel='bookmark' title='iOS Open Source : MGImageUtilities'>iOS Open Source : MGImageUtilities</a></li>
<li><a href='http://MobileDeveloperTips.com/open-source/ios-open-source-jmtabview.html' rel='bookmark' title='iOS Open Source :  Custom TabView JMTabView'>iOS Open Source :  Custom TabView JMTabView</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/open-source/ios-open-source-semi-modal-view.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Volume Control Alert</title>
		<link>http://MobileDeveloperTips.com/audio/volume-control-alert.html</link>
		<comments>http://MobileDeveloperTips.com/audio/volume-control-alert.html#comments</comments>
		<pubDate>Thu, 10 May 2012 09:35:22 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Audio]]></category>

		<guid isPermaLink="false">http://MobileDeveloperTips.com/?p=11668</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/audio/volume-control-alert.html">Volume Control Alert</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Volume Control Alert is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved If you need a quick and dirty volume control, an alert specifically tailored for this purpose is included in the MediaPlayer framework. The alert looks as follows:: To display the alert, adding the following code and include the MediaPlayer framework in [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/undocumented/alert-with-textfields.html' rel='bookmark' title='Alert with TextFields'>Alert with TextFields</a></li>
<li><a href='http://MobileDeveloperTips.com/user-interface/ios-5-uistepper-control.html' rel='bookmark' title='iOS 5 : UIStepper Control'>iOS 5 : UIStepper Control</a></li>
<li><a href='http://MobileDeveloperTips.com/open-source/ios-open-source-reveal-sidebar-control.html' rel='bookmark' title='iOS Open Source : Reveal Sidebar Control'>iOS Open Source : Reveal Sidebar Control</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/audio/volume-control-alert.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SaleOrigin &#8211; Tracking From App Campaigns To App Installs</title>
		<link>http://MobileDeveloperTips.com/sponsors/saleorigin-analytics-for-all-aspects-of-your-mobile-app.html</link>
		<comments>http://MobileDeveloperTips.com/sponsors/saleorigin-analytics-for-all-aspects-of-your-mobile-app.html#comments</comments>
		<pubDate>Wed, 09 May 2012 07:11:41 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Sponsors]]></category>

		<guid isPermaLink="false">http://MobileDeveloperTips.com/?p=11640</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/sponsors/saleorigin-analytics-for-all-aspects-of-your-mobile-app.html">SaleOrigin &#8211; Tracking From App Campaigns To App Installs</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
SaleOrigin &#8211; Tracking From App Campaigns To App Installs is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved I&#8217;d like to introduce a new sponsor of Mobile Developer Tips, SaleOrigin. SaleOrigin focuses on tracking how mobile app campaigns leads to installs, and also includes app analytics and app store data. There are many [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/debugging/tracking-down-exception-errors.html' rel='bookmark' title='Tracking Down Exception Errors With objc_exception_throw'>Tracking Down Exception Errors With objc_exception_throw</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/sponsors/saleorigin-analytics-for-all-aspects-of-your-mobile-app.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Image Data Including Depth, Color Model, DPI and More</title>
		<link>http://MobileDeveloperTips.com/data-file-management/get-image-data-including-depth-color-model-dpi-and-more.html</link>
		<comments>http://MobileDeveloperTips.com/data-file-management/get-image-data-including-depth-color-model-dpi-and-more.html#comments</comments>
		<pubDate>Tue, 08 May 2012 07:12:51 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Data / File Management]]></category>

		<guid isPermaLink="false">http://MobileDeveloperTips.com/?p=11604</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/data-file-management/get-image-data-including-depth-color-model-dpi-and-more.html">Get Image Data Including Depth, Color Model, DPI and More</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Get Image Data Including Depth, Color Model, DPI and More is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Although you can get some basic information if you load an image into a UIImage object, at times it can be helpful to more about an image, for example, the color model (RGB, CMYK, [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/device/get-iphone-device-name-unique-device-identifier-udid-os-and-model.html' rel='bookmark' title='Get iPhone Device Name, Unique Device Identifier (UDID), OS and Model'>Get iPhone Device Name, Unique Device Identifier (UDID), OS and Model</a></li>
<li><a href='http://MobileDeveloperTips.com/graphics/convert-an-image-uiimage-to-grayscale.html' rel='bookmark' title='Convert an Image (UIImage) to Grayscale'>Convert an Image (UIImage) to Grayscale</a></li>
<li><a href='http://MobileDeveloperTips.com/graphics/how-to-crop-an-image.html' rel='bookmark' title='How to Crop an Image'>How to Crop an Image</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/data-file-management/get-image-data-including-depth-color-model-dpi-and-more.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOSDeveloperTips.com Is Now MobileDeveloperTips.com</title>
		<link>http://MobileDeveloperTips.com/announcements/iosdevelopertips-com-is-now-mobiledevelopertips-com.html</link>
		<comments>http://MobileDeveloperTips.com/announcements/iosdevelopertips-com-is-now-mobiledevelopertips-com.html#comments</comments>
		<pubDate>Sat, 05 May 2012 20:24:49 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://MobileDeveloperTips.com/?p=11578</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/announcements/iosdevelopertips-com-is-now-mobiledevelopertips-com.html">iOSDeveloperTips.com Is Now MobileDeveloperTips.com</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
iOSDeveloperTips.com Is Now MobileDeveloperTips.com is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved iOSDeveloperTips.com has moved to a new domain: MobileDeveloperTips.com I&#8217;ve tried to make the change as transparent as possible, including redirection and search engine notifications. With that said, there are new Twitter and Facebook pages. Twitter is now located here: MobileDevTips [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/announcements/ios-developer-tips-on-facebook-2.html' rel='bookmark' title='iOS Developer Tips on Facebook'>iOS Developer Tips on Facebook</a></li>
<li><a href='http://MobileDeveloperTips.com/giveaway/iconkit-giveaway-1-register-to-win-a-set-of-450-ios-icons.html' rel='bookmark' title='Update: Iconkit Giveaway #1 &#8211; Win a Set of 450 iOS Icons &#8211; Winner Announced'>Update: Iconkit Giveaway #1 &#8211; Win a Set of 450 iOS Icons &#8211; Winner Announced</a></li>
<li><a href='http://MobileDeveloperTips.com/dmca/content-stolen-from-iosdevelopertips-com-week-of-feb-20.html' rel='bookmark' title='Content Stolen from iOSDeveloperTips.com &#8211; Week of Feb 20'>Content Stolen from iOSDeveloperTips.com &#8211; Week of Feb 20</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/announcements/iosdevelopertips-com-is-now-mobiledevelopertips-com.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS Open Source : Circular Rotating Menu</title>
		<link>http://MobileDeveloperTips.com/open-source/ios-open-source-circular-rotating-menu.html</link>
		<comments>http://MobileDeveloperTips.com/open-source/ios-open-source-circular-rotating-menu.html#comments</comments>
		<pubDate>Fri, 04 May 2012 08:33:58 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://MobileDeveloperTips.com/?p=11569</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/open-source/ios-open-source-circular-rotating-menu.html">iOS Open Source : Circular Rotating Menu</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
iOS Open Source : Circular Rotating Menu is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved CDPieMenu is an open source project that provides a configurable, circular control for menu selection. The look is similar to the rotating hardware control on the original iPod. In the screenshot above I&#8217;ve set the control to [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/open-source/ios-open-source-uitoolbar-and-uinavigationbar-combo-ddactionheaderview.html' rel='bookmark' title='iOS Open Source : Slide in Menu, DDActionHeaderView'>iOS Open Source : Slide in Menu, DDActionHeaderView</a></li>
<li><a href='http://MobileDeveloperTips.com/open-source/ios-open-source-animated-menu.html' rel='bookmark' title='iOS Open Source : Animated Menu'>iOS Open Source : Animated Menu</a></li>
<li><a href='http://MobileDeveloperTips.com/open-source/ios-open-source-reveal-sidebar-control.html' rel='bookmark' title='iOS Open Source : Reveal Sidebar Control'>iOS Open Source : Reveal Sidebar Control</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/open-source/ios-open-source-circular-rotating-menu.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Overview of iOS Application Directories</title>
		<link>http://MobileDeveloperTips.com/data-file-management/overview-of-ios-application-directories.html</link>
		<comments>http://MobileDeveloperTips.com/data-file-management/overview-of-ios-application-directories.html#comments</comments>
		<pubDate>Thu, 03 May 2012 06:45:18 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Data / File Management]]></category>

		<guid isPermaLink="false">http://MobileDeveloperTips.com/?p=11556</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/data-file-management/overview-of-ios-application-directories.html">Overview of iOS Application Directories</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Overview of iOS Application Directories is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved iOS applications have a limited number of directories available for writing content, the design intent is to ensure application security. This post will give a quick run down of the folder locations available in an iOS application and their [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/data-file-management/delete-all-files-in-documents-directory.html' rel='bookmark' title='Delete All Files in Documents Directory'>Delete All Files in Documents Directory</a></li>
<li><a href='http://MobileDeveloperTips.com/data-file-management/iphone-file-system-creating-renaming-and-deleting-files.html' rel='bookmark' title='iPhone File System: Creating, Renaming and Deleting Files'>iPhone File System: Creating, Renaming and Deleting Files</a></li>
<li><a href='http://MobileDeveloperTips.com/data-file-management/get-users-home-directory-part-2.html' rel='bookmark' title='Get Users Home Directory &#8211; Part 2'>Get Users Home Directory &#8211; Part 2</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/data-file-management/overview-of-ios-application-directories.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

