<?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 &#187; Cocoa</title>
	<atom:link href="http://MobileDeveloperTips.com/category/cocoa/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>UITextView with Rounded Corners and Colored Border</title>
		<link>http://MobileDeveloperTips.com/cocoa/uitextview-with-rounded-corners-and-border-color.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/uitextview-with-rounded-corners-and-border-color.html#comments</comments>
		<pubDate>Wed, 26 Jan 2011 10:04:15 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[corner]]></category>
		<category><![CDATA[uitextview]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=7594</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/uitextview-with-rounded-corners-and-border-color.html">UITextView with Rounded Corners and Colored Border</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
UITextView with Rounded Corners and Colored Border is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved In a previous post, Add Rounded Corners and Border to UIWebview, I wrote a few lines of code to add rounded corners and a border color to a webview. A few people have inquired if this is [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/add-rounded-corners-and-border-to-uiwebview.html' rel='bookmark' title='Add Rounded Corners and Border to UIWebview'>Add Rounded Corners and Border to UIWebview</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/how-to-dismiss-the-keyboard-when-using-a-uitextview.html' rel='bookmark' title='How to Dismiss the Keyboard when using a UITextView'>How to Dismiss the Keyboard when using a UITextView</a></li>
<li><a href='http://MobileDeveloperTips.com/user-interface/creating-clickable-hyperlinks-from-a-url-phone-number-or-address.html' rel='bookmark' title='Creating Clickable Hyperlinks from a URL, Phone Number or Address'>Creating Clickable Hyperlinks from a URL, Phone Number or Address</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/uitextview-with-rounded-corners-and-border-color.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Obfuscate / Encrypt a String (NSString)</title>
		<link>http://MobileDeveloperTips.com/cocoa/obfuscation-encryption-of-string-nsstring.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/obfuscation-encryption-of-string-nsstring.html#comments</comments>
		<pubDate>Thu, 05 Aug 2010 03:46:55 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6829</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/obfuscation-encryption-of-string-nsstring.html">Obfuscate / Encrypt a String (NSString)</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Obfuscate / Encrypt a String (NSString) is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Apple Keychain Services offer a secure means to store sensitive information. Through the keychain, all the hardwork is managed for you to store and retrieve content. As powerful as the keychain services are, I was recently tinkering with [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/compare-nsstrings-objects.html' rel='bookmark' title='Compare NSString Objects (Updated)'>Compare NSString Objects (Updated)</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/truncate-an-nsstring-and-append-an-ellipsis-respecting-the-font-size.html' rel='bookmark' title='Truncate a String and Append an Ellipsis, Respecting the Font Size'>Truncate a String and Append an Ellipsis, Respecting the Font Size</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/nsrange-and-nsstring-objects.html' rel='bookmark' title='NSRange and NSString Objects'>NSRange and NSString Objects</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/obfuscation-encryption-of-string-nsstring.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Truncate a String and Append an Ellipsis, Respecting the Font Size</title>
		<link>http://MobileDeveloperTips.com/cocoa/truncate-an-nsstring-and-append-an-ellipsis-respecting-the-font-size.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/truncate-an-nsstring-and-append-an-ellipsis-respecting-the-font-size.html#comments</comments>
		<pubDate>Mon, 26 Jul 2010 11:52:06 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6737</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/truncate-an-nsstring-and-append-an-ellipsis-respecting-the-font-size.html">Truncate a String and Append an Ellipsis, Respecting the Font Size</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Truncate a String and Append an Ellipsis, Respecting the Font Size is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved A number of the UI related controls will automatically truncate and append ellipsis with no effort required on your part. For example, with UILabel you can specify the linebreak mode to indicate how [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/how-to-compute-string-sizes.html' rel='bookmark' title='How to Get Width/Size/Length of UIString in a Specific Font'>How to Get Width/Size/Length of UIString in a Specific Font</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/date-formatters-examples-take-3.html' rel='bookmark' title='Date Formatter Examples &#8211; Take 3: Date from String'>Date Formatter Examples &#8211; Take 3: Date from String</a></li>
<li><a href='http://MobileDeveloperTips.com/objective-c/java-developers-guide-to-string-constants-in-objective-c.html' rel='bookmark' title='Java Developer&#8217;s Guide to String Constants in Objective-C'>Java Developer&#8217;s Guide to String Constants in Objective-C</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/truncate-an-nsstring-and-append-an-ellipsis-respecting-the-font-size.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>NSNotification, UserInfo and Object Methods</title>
		<link>http://MobileDeveloperTips.com/cocoa/nsnotification-userinfo-and-object-methods.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/nsnotification-userinfo-and-object-methods.html#comments</comments>
		<pubDate>Thu, 01 Jul 2010 11:33:55 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6450</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/nsnotification-userinfo-and-object-methods.html">NSNotification, UserInfo and Object Methods</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
NSNotification, UserInfo and Object Methods is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved When working with an NSNotification object, you&#8217;ll want to familiarize yourself the userInfo dictionary, which provides access to any additional objects that may be of interest to the receiver. Understanding the object method may also be helpful if you [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/basics-of-notifications.html' rel='bookmark' title='Basics of Notifications'>Basics of Notifications</a></li>
<li><a href='http://MobileDeveloperTips.com/objective-c/private-methods.html' rel='bookmark' title='Private Methods'>Private Methods</a></li>
<li><a href='http://MobileDeveloperTips.com/camera/save-an-image-to-camera-roll.html' rel='bookmark' title='Save an Image to Camera Roll'>Save an Image to Camera Roll</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/nsnotification-userinfo-and-object-methods.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Add Rounded Corners and Border to UIWebview</title>
		<link>http://MobileDeveloperTips.com/cocoa/add-rounded-corners-and-border-to-uiwebview.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/add-rounded-corners-and-border-to-uiwebview.html#comments</comments>
		<pubDate>Mon, 21 Jun 2010 11:45:21 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6380</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/add-rounded-corners-and-border-to-uiwebview.html">Add Rounded Corners and Border to UIWebview</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Add Rounded Corners and Border to UIWebview is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Beyond simply displaying websites, UIWebview can be a nice alternative when you need to display formatted text, not to mention the option of incorporating JavaScript which presents some very interesting scripting and UI opportunities. I&#8217;ve found webviews [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/user-interface/dialing-a-phone-number-so-many-options.html' rel='bookmark' title='Dial a Phone Number &#8211; So Many Options'>Dial a Phone Number &#8211; So Many Options</a></li>
<li><a href='http://MobileDeveloperTips.com/general/create-an-iphone-icon-with-no-border.html' rel='bookmark' title='Create an iPhone Icon with No Border'>Create an iPhone Icon with No Border</a></li>
<li><a href='http://MobileDeveloperTips.com/user-interface/rotate-an-image-or-button-with-animation-part-2.html' rel='bookmark' title='Rotate an Image or Button with Animation &#8211; Part 2'>Rotate an Image or Button with Animation &#8211; Part 2</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/add-rounded-corners-and-border-to-uiwebview.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Formatting Numbers &#8211; NSNumberFormatter Examples</title>
		<link>http://MobileDeveloperTips.com/cocoa/formatting-numbers-nsnumberformatter-examples.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/formatting-numbers-nsnumberformatter-examples.html#comments</comments>
		<pubDate>Wed, 16 Jun 2010 11:32:19 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6337</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/formatting-numbers-nsnumberformatter-examples.html">Formatting Numbers &#8211; NSNumberFormatter Examples</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Formatting Numbers &#8211; NSNumberFormatter Examples is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved The previous post on how to Get Total and Free Space on the Mounted File System is a good segue to this post, as the formatting of the output from the previous code example left a little to be [...]
Related posts:<ol>
<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>
<li><a href='http://MobileDeveloperTips.com/data-file-management/get-total-and-free-space-on-the-mounted-file-system.html' rel='bookmark' title='Get Total and Free Space on the Mounted File System'>Get Total and Free Space on the Mounted File System</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/date-formatter-examples.html' rel='bookmark' title='Date Formatter Examples &#8211; Take 1: NSDateFormatter'>Date Formatter Examples &#8211; Take 1: NSDateFormatter</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/formatting-numbers-nsnumberformatter-examples.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Overriding NSObject Description Method</title>
		<link>http://MobileDeveloperTips.com/cocoa/overriding-nsobject-description-method.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/overriding-nsobject-description-method.html#comments</comments>
		<pubDate>Mon, 29 Mar 2010 07:03:38 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5933</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/overriding-nsobject-description-method.html">Overriding NSObject Description Method</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Overriding NSObject Description Method is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved No doubt NSLog is your friend, I use it frequently to print messages to the console during development. Actually, I use a variation of the NSLog that prints messages to the console sans date, time and object information, you can [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/iphone-sdk-3-and-deprecated-methods.html' rel='bookmark' title='iPhone SDK 3 and Deprecated Method Warnings'>iPhone SDK 3 and Deprecated Method Warnings</a></li>
<li><a href='http://MobileDeveloperTips.com/objective-c/alternative-use-of-properties.html' rel='bookmark' title='Alternative Use of Properties?'>Alternative Use of Properties?</a></li>
<li><a href='http://MobileDeveloperTips.com/objective-c/nsindexpath-and-row-method.html' rel='bookmark' title='NSIndexPath and row method'>NSIndexPath and row method</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/overriding-nsobject-description-method.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Storing CGPoint, CGSize and CGRect in Collections with NSValue</title>
		<link>http://MobileDeveloperTips.com/cocoa/storing-cgpoint-cgsize-and-cgrect-in-collections-with-nsvalue.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/storing-cgpoint-cgsize-and-cgrect-in-collections-with-nsvalue.html#comments</comments>
		<pubDate>Wed, 17 Mar 2010 07:06:35 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5823</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/storing-cgpoint-cgsize-and-cgrect-in-collections-with-nsvalue.html">Storing CGPoint, CGSize and CGRect in Collections with NSValue</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Storing CGPoint, CGSize and CGRect in Collections with NSValue is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved In an earlier post CGRect, CGSize and CGPoint Functions I demonstrated a number of geometry structures available for representing a point (CGPoint &#8211; x and y coordinates), size (CGSize &#8211; height and width) and rectangles [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/c/cgrect-cgsize-and-cgpoint.html' rel='bookmark' title='CGRect, CGSize and CGPoint'>CGRect, CGSize and CGPoint</a></li>
<li><a href='http://MobileDeveloperTips.com/c/cgrect-cgsize-and-cgpoint-functions.html' rel='bookmark' title='CGRect, CGSize and CGPoint Functions'>CGRect, CGSize and CGPoint Functions</a></li>
<li><a href='http://MobileDeveloperTips.com/event-handling/determining-if-touch-or-point-is-within-rectangle.html' rel='bookmark' title='Where Was Touch &#8211; Determine if Touch/Point is Within Rectangle'>Where Was Touch &#8211; Determine if Touch/Point is Within Rectangle</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/storing-cgpoint-cgsize-and-cgrect-in-collections-with-nsvalue.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Get Application Icon Name</title>
		<link>http://MobileDeveloperTips.com/cocoa/get-application-icon-name.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/get-application-icon-name.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 03:35:31 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5511</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/get-application-icon-name.html">Get Application Icon Name</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Get Application Icon Name is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved In a previous post, Get Application Name, I wrote a line of code to get the application name from the app bundle. The line of code below is a slight modification that shows how to get the name that will [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/get-application-name.html' rel='bookmark' title='Get Application Name'>Get Application Name</a></li>
<li><a href='http://MobileDeveloperTips.com/xcode/changing-application-name-on-home-screen.html' rel='bookmark' title='Changing Application Name on Home Screen'>Changing Application Name on Home Screen</a></li>
<li><a href='http://MobileDeveloperTips.com/general/remove-shine-gloss-effect-on-iphone-icon.html' rel='bookmark' title='Remove Shine / Gloss Effect on iPhone Icon'>Remove Shine / Gloss Effect on iPhone Icon</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/get-application-icon-name.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSRange and NSString Objects</title>
		<link>http://MobileDeveloperTips.com/cocoa/nsrange-and-nsstring-objects.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/nsrange-and-nsstring-objects.html#comments</comments>
		<pubDate>Thu, 24 Dec 2009 17:52:12 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5132</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/nsrange-and-nsstring-objects.html">NSRange and NSString Objects</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
NSRange and NSString Objects is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved When poking around NSString methods you&#8217;ll find many references to NSRange, which is nothing more than a C structure that is helpful for describing a series of items, including a starting location and a count. For example, a range is [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/compare-nsstrings-objects.html' rel='bookmark' title='Compare NSString Objects (Updated)'>Compare NSString Objects (Updated)</a></li>
<li><a href='http://MobileDeveloperTips.com/general/using-nsscanner-to-convert-hex-to-rgb-color.html' rel='bookmark' title='Using NSScanner to convert Hex to RGB Color'>Using NSScanner to convert Hex to RGB Color</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/how-to-compute-string-sizes.html' rel='bookmark' title='How to Get Width/Size/Length of UIString in a Specific Font'>How to Get Width/Size/Length of UIString in a Specific Font</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/nsrange-and-nsstring-objects.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

