<?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>Chris&#039; notes &#187; Objective-C</title>
	<atom:link href="http://www.chrismaddern.com/tag/objective-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrismaddern.com</link>
	<description>Chris Maddern&#039;s personal blog on the the web, development, entrepreneurship and life in general</description>
	<lastBuildDate>Thu, 03 May 2012 17:51:12 +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>Twitter Follow Button for iOS / iPhone &#8211; Code</title>
		<link>http://www.chrismaddern.com/twitter-follow-button-for-ios-iphone-code/</link>
		<comments>http://www.chrismaddern.com/twitter-follow-button-for-ios-iphone-code/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 17:34:35 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Free Code]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[follow button ios]]></category>
		<category><![CDATA[free code]]></category>
		<category><![CDATA[iOS5]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[twitter sdk]]></category>

		<guid isPermaLink="false">http://www.chrismaddern.com/?p=1054</guid>
		<description><![CDATA[I was looking for an easy way to link to your Twitter profile in a user&#8217;s Twitter Application of choice from an iOS App. There were lots of handy resources, but no complete solution for iPhone so I coded one up and threw it on GitHub: Twitter Follow Button for iOS It&#8217;s pretty simple to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.chrismaddern.com/wp-content/uploads/2012/02/follow-me.png"><img class="alignright size-full wp-image-1062" title="follow-me" src="http://www.chrismaddern.com/wp-content/uploads/2012/02/follow-me.png" alt="" width="122" height="40" /></a>I was looking for an easy way to link to your Twitter profile in a user&#8217;s Twitter Application of choice from an iOS App. There were lots of handy resources, but no complete solution for iPhone so I coded one up and threw it on GitHub: <a title="Twitter Follow Button iPhone SDK" href="https://github.com/chrismaddern/Follow-Me-On-Twitter-iOS-Button">Twitter Follow Button for iOS</a></p>
<p>It&#8217;s pretty simple to use:</p>
<p><p>
								<pre class="Plum_Code_Box"><code class="cplusplus">[self.view addSubview:[[FollowMeButton alloc] initWithTwitterAccount:
@&quot;chrismaddern&quot; atOrigin:CGPointMake(205, 248) isSmallButton:YES]];</code>
									</pre>
							</p></p>
<p>Or you can just change the class of a UIButton in the Interface Builder and then synthesise it as a property.</p>
<p>I hope that this helps some people out!</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a target="_blank" href="https://github.com/chrismaddern/Follow-Me-On-Twitter-iOS-Button" class="woo-sc-button  silver large" ><span class="woo-tick">Go to the GitHub</span></a><br />
<a href="http://www.chrismaddern.com/code-downloads/Twitter-Follow-Button-For-iOS.zip" class="woo-sc-button  silver large" ><span class="woo-download">Just download the code</span></a></p>
<p style="text-align: left;"><div class="woo-sc-box tick  rounded ">
<p style="text-align: left;"><strong>Credit where credit&#8217;s due!</strong></p>
<p style="text-align: left;">This is largely several others&#8217; work pulled together to create a simple-to-include repo.</p>
<p>Hi-Res Follow Me button created by Joseph DiPaolo:</p>
<p><a href="http://www.illustrated-primer.com/blog/2011/06/19/twitter-follow-buttons/">http://www.illustrated-primer.com/blog/2011/06/19/twitter-follow-buttons/</a></p>
<p>Non-Twitter App Schemes from the Gist Repo:</p>
<p><a href="https://gist.github.com/958738">https://gist.github.com/958738</a> Created by vhbit</p>
<p>Thanks to HandleOpenURL for documenting the Twitter iOS5 Scheme <a href="http://handleopenurl.com/scheme/twitter ">http://handleopenurl.com/scheme/twitter </a></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrismaddern.com/twitter-follow-button-for-ios-iphone-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Writing my first iPhone App Store App</title>
		<link>http://www.chrismaddern.com/writing-my-first-iphone-app-store-app/</link>
		<comments>http://www.chrismaddern.com/writing-my-first-iphone-app-store-app/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 23:27:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[App]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[First iPhone App]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Sockets]]></category>

		<guid isPermaLink="false">http://www.blogitech.co.uk/?p=327</guid>
		<description><![CDATA[An introduction to writing a first iPhone Application.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-full wp-image-328 alignright" style="margin: 10px;" title="iphone-app-store" src="http://www.blogitech.co.uk/wp-content/uploads/2009/10/iphone-app-store.jpg" alt="iPhone App Store" width="190" height="143" /></p>
<p style="text-align: justify;">I&#8217;ve made a few attempts at this before (that have lasted less than a day each!), but for the past week I&#8217;ve begun teaching myself Objective-C and working on an App for submission to the App Store.</p>
<p style="text-align: justify;">Objective C isn&#8217;t the easiest language to move to, despite what Apple seems to have droves of developers willing to testify &#8211; infact, it&#8217;s probably the most difficult language to &#8216;penetrate&#8217; of all the high level languages. That said, the potential benefits and uses of being able to create applications to work on what will likely become one of the most ubiquitous platforms about are enormous.</p>
<p style="text-align: justify;">So, I&#8217;ve now gotten to the stage of having a working Application on my iPhone (having payed for the Developer account) with it&#8217;s icon etc&#8230; It can run a sockets server, and connect to a sockets server. Hurrah.</p>
<p style="text-align: justify;">Over the next 3 weeks (my aim for this app being to a stage where work will be polish and not interesting to write about), I will be posting most days about my progress  and letting you in on how the process of getting an App in to the App Store goes.</p>
<p style="text-align: justify;">Wish me luck!<br />
Chris</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrismaddern.com/writing-my-first-iphone-app-store-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.chrismaddern.com @ 2012-05-23 00:13:19 by W3 Total Cache -->
