<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>[iPhone developer:tips];</title>
	<link>http://iPhoneDeveloperTips.com</link>
	<description>Tips and Tricks for iPhone developers</description>
	<lastBuildDate>Thu, 11 Mar 2010 14:32:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Voices That Matter iPhone Developers Conference – Enter in the Drawing for a Free 2-Day Pass</title>
		<description><![CDATA[I previously announced that Voices That Matter is hosting another iPhone Developer Conference, with this event being held in Seattle, WA. As part of that post, I mentioned that Voices That Matter and iPhone Dev Tips are giving away one free 2-day pass, a pretty good deal as the full admission price is $695.
Originally the [...]]]></description>
		<link>http://iPhoneDeveloperTips.com/giveaway/voices-that-matter-iphone-developers-conference-%e2%80%93-enter-in-the-drawing-for-a-free-2-day-pass.html</link>
			</item>
	<item>
		<title>How to Send Email with Attachments &#8211; Example Using iPhone Camera to Email a Photo</title>
		<description><![CDATA[In this post: Camera Application to Take Pictures and Save Images to Photo Album, I demonstrated how you can take photos with the iPhone camera and save the captured images to the Photo Album. A reader asked if it would be possible to email the camera image in place of writing to the Photo Album, [...]]]></description>
		<link>http://iPhoneDeveloperTips.com/email/how-to-send-email-with-attachments-example-using-iphone-camera-to-email-a-photo.html</link>
			</item>
	<item>
		<title>iPhone Development Mentoring Now Available</title>
		<description><![CDATA[A good friend once described the process of learning iPhone development as having a &#8220;high-barrier to entry.&#8221; It&#8217;s not that iPhone development is any more difficult than any other platform, rather, it has to do with the fact that most everything is typically new to developers interested in coding iPhone apps: the programming language (Objective-C), [...]]]></description>
		<link>http://iPhoneDeveloperTips.com/training/iphone-development-mentoring-now-available.html</link>
			</item>
	<item>
		<title>Save UIImage Object as a PNG or JPEG File</title>
		<description><![CDATA[In an earlier post on saving images from the camera to the Photo Album, a question was posed asking how to save the image to another directory other than the Photo Album. Let&#8217;s walk through one way to write a UIImage object, from the camera or otherwise, as a PNG or JPG file into the [...]]]></description>
		<link>http://iPhoneDeveloperTips.com/data-file-management/save-uiimage-object-as-a-png-or-jpeg-file.html</link>
			</item>
	<item>
		<title>Validate User Input in UITextField, with Smarts to Properly Manage Copy and Paste</title>
		<description><![CDATA[I&#8217;ve written a short character validation method that you can use as a starting point for validating characters against a character set. For devices running iPhone OS 3.x and thus support copy/paste, this code will also validate characters pasted into a textfield, and if  invalid characters are found in the buffer, the input is [...]]]></description>
		<link>http://iPhoneDeveloperTips.com/user-interface/validate-user-input-in-uitextfield-with-smarts-to-properly-manage-copy-and-paste.html</link>
			</item>
	<item>
		<title>Camera Application to Take Pictures and Save Images to Photo Album</title>
		<description><![CDATA[Editor&#8217;s Note:If you would like to save the UIImage from the camera to a PNG of JPEG file versus the Photo Album, you can find an example here: Save UIImage Object as a PNG or JPEG File. Also, to email an image from the camera, take a look at this example: How to Send Email [...]]]></description>
		<link>http://iPhoneDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html</link>
			</item>
	<item>
		<title>Voices That Matter iPhone Developers Conference &#8211; Register to Win a Free Pass!</title>
		<description><![CDATA[With the resounding success of the previous Voices That Matter iPhone Developers Conference, once again, Pearson Education and Voices That Matter have put together an impressive list of speakers for their latest event in Seattle, Washington on April 24th and 25th, 2010.
You&#8217;ll have a chance to learn from some of the best in the business, [...]]]></description>
		<link>http://iPhoneDeveloperTips.com/announcements/voices-that-matter-iphone-developers-conference-register-to-win-a-free-pass.html</link>
			</item>
	<item>
		<title>Get Application Icon Name</title>
		<description><![CDATA[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 appear on the iPhone below the icon:

&#91;&#91;&#91;NSBundle mainBundle&#93; infoDictionary&#93; objectForKey:@&#34;CFBundleDisplayName&#34;&#93;;

The CFBundleDisplayName value corresponds to the Bundle [...]]]></description>
		<link>http://iPhoneDeveloperTips.com/cocoa/get-application-icon-name.html</link>
			</item>
	<item>
		<title>Read and Write Array, Dictionary and Other Collections to Files</title>
		<description><![CDATA[With just a few lines of code, you can read/write collections to/from files. The code below shows examples for writing and reading back both arrays and dictionaries.
Read and Write Collections to File

NSArray *array = &#91;NSArray arrayWithObjects: 
    @&#34;Hefeweizen&#34;, @&#34;IPA&#34;, @&#34;Pilsner&#34;, @&#34;Stout&#34;, nil&#93;;
&#160;
NSDictionary *dictionary = &#91;NSDictionary dictionaryWithObjectsAndKeys:
  array, @&#34;array&#34;, @&#34;Stout&#34;, @&#34;dark&#34;, @&#34;Hefeweizen&#34;, [...]]]></description>
		<link>http://iPhoneDeveloperTips.com/data-file-management/read-and-write-array-dictionary-and-other-collections-to-files.html</link>
			</item>
	<item>
		<title>UIAlertView without Buttons &#8211; Please Wait Dialog</title>
		<description><![CDATA[If you&#8217;ve ever wanted to show a simple &#8220;please wait&#8221; dialog without resorting to a custom view, UIAlertView is a good option, and is even more appropriate if you customize the alert such that no buttons are shown.
In the figure below you can see how a simple alert can be shown (sans buttons) while you [...]]]></description>
		<link>http://iPhoneDeveloperTips.com/user-interface/uialertview-without-buttons-please-wait-dialog.html</link>
			</item>
</channel>
</rss>
