<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>IPhone SDK on Justin Carmony</title>
		<link>https://www.justincarmony.com/tags/iphone-sdk/</link>
		<description>Recent content in IPhone SDK on Justin Carmony</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Thu, 30 Dec 2010 02:09:53 +0000</lastBuildDate>
		
			<atom:link href="https://www.justincarmony.com/tags/iphone-sdk/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Goal for 2011: Learn C</title>
				<link>https://www.justincarmony.com/2010/12/30/goal-for-2011-learn-c/</link>
				<pubDate>Thu, 30 Dec 2010 02:09:53 +0000</pubDate>
				<guid>https://www.justincarmony.com/2010/12/30/goal-for-2011-learn-c/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://www.justincarmony.com/images/wp/2010/12/c_programming.jpg&#34;&gt;&lt;img src=&#34;https://www.justincarmony.com/images/2010/12/c_programming-150x150.jpg&#34; alt=&#34;&#34; title=&#34;c_programming&#34;&gt;&lt;/a&gt;I feel this is one area of my computer science education that is rather weak. The years I spent in schooling learning C, C++, or another derivative, either my teachers / professors really didn&amp;rsquo;t teach it well, or were only around of half a semester. Truly, computer science teachers when I was in school were the &amp;ldquo;&lt;a href=&#34;http://en.wikipedia.org/wiki/Hogwarts#Defence_Against_the_Dark_Arts&#34;&gt;professor of defense against the dark arts&lt;/a&gt;,&amp;rdquo; as they were always changing, even mid semester.&lt;/p&gt;</description>
			</item>
			<item>
				<title>iPhone SDK 2.1 - Another NDA</title>
				<link>https://www.justincarmony.com/2008/07/27/iphone-sdk-21-another-nda/</link>
				<pubDate>Sun, 27 Jul 2008 06:24:20 +0000</pubDate>
				<guid>https://www.justincarmony.com/2008/07/27/iphone-sdk-21-another-nda/</guid>
				<description>&lt;p&gt;Until Apple change&amp;rsquo;s their attitude and policies, they will never be a Microsoft, Sun, or other monolithic technology company. Why? &lt;a href=&#34;http://www.tuaw.com/2008/07/25/iphone-2-1-sdk-disappointments/&#34;&gt;Their NDA on the new iPhone SDK 2.1 hinders developers seriously&lt;/a&gt;. They are so tight lipped about everything and are such control freaks that they will never replace Microsoft. If someone asked me today if I could magically snap my fingers and have Apple replace Microsoft, I would say &amp;ldquo;hell no.&amp;rdquo; Using their Laptops and Phones is one thing. Developing blindly with nothing but half-baked documentation and a NDA shoved down my throat is another beast.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Alright, an iPhone App that is definitly going te cause horror stories: Friend Book</title>
				<link>https://www.justincarmony.com/2008/07/10/alright-an-iphone-app-that-is-definitly-going-te-cause-horror-stories-friend-book/</link>
				<pubDate>Thu, 10 Jul 2008 02:22:40 +0000</pubDate>
				<guid>https://www.justincarmony.com/2008/07/10/alright-an-iphone-app-that-is-definitly-going-te-cause-horror-stories-friend-book/</guid>
				<description>&lt;p&gt;&amp;hellip; Is it me or is this idea just bad:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://lifehacker.com/398228/friend-book-to-beam-your-iphones-contact-data-with-a-shake&#34;&gt;http://lifehacker.com/398228/friend-book-to-beam-your-iphones-contact-data-with-a-shake&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Here is an except about what Friend Book does:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The coolest feature without a doubt is the new &amp;ldquo;Handshake&amp;rdquo;: put two iPhones running Friend Book together, shake them up and down, and the personal contact information of the phones&amp;rsquo; owners will be beamed through the net to the paired phones. Handshake doesn&amp;rsquo;t work through a device-to-device connection, but instead passes location data back to Tapulous&amp;rsquo; servers - two shaking phones in the same location means it&amp;rsquo;s time to swap information.&lt;/p&gt;</description>
			</item>
			<item>
				<title>_CGRectZero Error with UITableViewCell</title>
				<link>https://www.justincarmony.com/2008/07/04/_cgrectzero-error-with-uitableviewcell/</link>
				<pubDate>Fri, 04 Jul 2008 17:06:11 +0000</pubDate>
				<guid>https://www.justincarmony.com/2008/07/04/_cgrectzero-error-with-uitableviewcell/</guid>
				<description>&lt;h3 id=&#34;preface&#34;&gt;Preface&lt;/h3&gt;&#xA;&lt;p&gt;If you haven&amp;rsquo;t agreed to the iPhone SDK License Agreement and NDA, please ignore this post, or Apple might hunt you down with their lawyers&amp;hellip; and what a horrible death that would be.&lt;/p&gt;&#xA;&lt;h3 id=&#34;problem&#34;&gt;Problem&lt;/h3&gt;&#xA;&lt;p&gt;I keep getting a build error when trying to subclass the UITableViewCell&lt;/p&gt;&#xA;&lt;h3 id=&#34;solution&#34;&gt;Solution&lt;/h3&gt;&#xA;&lt;p&gt;Add the CoreGraphics.framework to your project&lt;/p&gt;&#xA;&lt;h3 id=&#34;resource&#34;&gt;Resource&lt;/h3&gt;&#xA;&lt;p&gt;Found my a&lt;a href=&#34;http://forums.macrumors.com/showthread.php?t=505359&#34;&gt;nswer at the MacRumors forums&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>iPhone SDK - Learning the Basics by Removing the Touch</title>
				<link>https://www.justincarmony.com/2008/05/21/iphone-sdk-learning-the-basics-by-removing-the-touch/</link>
				<pubDate>Wed, 21 May 2008 03:12:28 +0000</pubDate>
				<guid>https://www.justincarmony.com/2008/05/21/iphone-sdk-learning-the-basics-by-removing-the-touch/</guid>
				<description>&lt;p&gt;After looking around for tutorials on the iPhone SDK, I&amp;rsquo;ve come to a revolutionary idea on learning the iPhone SDK: Learn it by programming in something else.&lt;/p&gt;&#xA;&lt;p&gt;The iPhone SDK, which is basically Cocoa Touch, is based of the Cocoa framework, which is used to make programs for the Mac OSX. While the documentation for the iPhone SDK is limited, and outside resources are non-existent, information for the regular Cocoa framework is very large. There are tons of books, tutorials, videos, etc.&lt;/p&gt;</description>
			</item>
			<item>
				<title>iPhone SDK DNA - A Frustrating Issue</title>
				<link>https://www.justincarmony.com/2008/05/16/iphone-sdk-dna-a-frustrating-issue/</link>
				<pubDate>Fri, 16 May 2008 21:16:06 +0000</pubDate>
				<guid>https://www.justincarmony.com/2008/05/16/iphone-sdk-dna-a-frustrating-issue/</guid>
				<description>&lt;p&gt;I&amp;rsquo;ve been searching all over the internet for good resources on the iPhone SDK and tutorials. I know that many times that an SDK can sometimes be a little much to take in, and that it&amp;rsquo;s documentation usually is too comprehensive for simple tutorials. It also is very important to have 3rd party tutorials for places where documentation is thin.&lt;/p&gt;&#xA;&lt;p&gt;The documentation on how to use the iPhone Interface Builder is non-existent on apple&amp;rsquo;s site, so I searched on the internet for some insight. I found links to several tutorials, but each tutorial listed something like the following:&lt;/p&gt;</description>
			</item>
			<item>
				<title>iPhone SDK release on March 6th?</title>
				<link>https://www.justincarmony.com/2008/02/29/iphone-sdk-release-on-march-6th/</link>
				<pubDate>Fri, 29 Feb 2008 15:01:37 +0000</pubDate>
				<guid>https://www.justincarmony.com/2008/02/29/iphone-sdk-release-on-march-6th/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;http://informationweek.com/blog/main/archives/2008/02/apple_to_host_i.html&#34;&gt;According to Information Week&lt;/a&gt; the iPhone SDK will be released March 6th. It seems a full blown event is happening, so I doubt we&amp;rsquo;ll have to worry about it being pushed back. However from their news post it seems applications have to be approved. Will there be a way to get apps without having Apple&amp;rsquo;s consent? I hope so. I&amp;rsquo;m tired off my applications, PCs, and devices treating me like I&amp;rsquo;m a 4 year-old. Yes, I understand the general populous will download, install, infect, and destroy any of their devices while the whole time saying &amp;ldquo;what? what happened?&amp;rdquo;&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
