<?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>Mehmet Ali Ertürk &#187; Apple</title>
	<atom:link href="http://mehmetalierturk.com/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://mehmetalierturk.com</link>
	<description>Innovation is the ability to see change as an opportunity, not a threat</description>
	<lastBuildDate>Mon, 21 May 2012 07:35:55 +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>Making Rounded UIView&#8217; on iPhone</title>
		<link>http://mehmetalierturk.com/2012/01/08/making-rounded-uiview-iphone/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=making-rounded-uiview-iphone</link>
		<comments>http://mehmetalierturk.com/2012/01/08/making-rounded-uiview-iphone/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 15:17:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Quartz]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=1269</guid>
		<description><![CDATA[I have started developing (mainly) iPhone apps late 2009 and I feel like I have some experience on iOS platform that I can share. I won&#8217;t be doing tutorial serias but just some tips and tricks. Let&#8217;s start with some ...]]></description>
			<content:encoded><![CDATA[<p>I have started developing (mainly) iPhone apps late 2009 and I feel like I have some experience on iOS platform that I can share. I won&#8217;t be doing tutorial serias but just some tips and tricks.</p>
<p>Let&#8217;s start with some ui tips, there are  2  ways to make rounded views in iPhone. One is using layers which is inefficient way, second is using quartz in drawRect.</p>
<p>Using layers is really simple;</p>
<p><code><br />
YourView *vw = [[YourView alloc] initWithFrame:CGRectMake(20, 20, 80, 80)];<br />
vw.layer.cornerRadius = 16;<br />
vw.layer.masksToBounds = YES;<br />
</code></p>
<p>simple. The right way is to handle in drawRect;<br />
<code><br />
 UIBezierPath *path = [UIBezierPath bezierPathWithRoundedRect:self.bounds byRoundingCorners:UIRectCornerAllCorners cornerRadii:CGSizeMake(16.0, 16.0)]; //Add a bezier path<br />
    [path addClip]; // and clip<br />
</code></p>
<p>Both two will same view.</p>
<p><a href="http://mehmetalierturk.com/wordpress/wp-content/uploads/2012/01/Screen-shot-2012-01-08-at-5.14.43-PM.png"><img src="http://mehmetalierturk.com/wordpress/wp-content/uploads/2012/01/Screen-shot-2012-01-08-at-5.14.43-PM-300x156.png" alt="" title="Screen shot 2012-01-08 at 5.14.43 PM" width="300" height="156" class="aligncenter size-medium wp-image-1273" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2012/01/08/making-rounded-uiview-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4S Camera Test 3</title>
		<link>http://mehmetalierturk.com/2011/12/19/iphone-4s-camera-test-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=iphone-4s-camera-test-3</link>
		<comments>http://mehmetalierturk.com/2011/12/19/iphone-4s-camera-test-3/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 09:13:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=1258</guid>
		<description><![CDATA[I see my blog turns into iPhone Blog but I like this device This weekend I took some photos from my new toy new photos are taken in a cloudy day. I&#8217;ll try to take samples from different light conditions.]]></description>
			<content:encoded><![CDATA[<p>I see my blog turns into iPhone Blog but I like this device <img src='http://mehmetalierturk.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  This weekend I took some photos from my new toy <img src='http://mehmetalierturk.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  new photos are taken in a cloudy day. I&#8217;ll try to take samples from different light conditions. </p>

<a href='http://mehmetalierturk.com/2011/12/19/iphone-4s-camera-test-3/img_0306/' title='IMG_0306'><img width="150" height="150" src="http://mehmetalierturk.com/wordpress/wp-content/uploads/2011/12/IMG_0306-150x150.jpg" class="attachment-thumbnail" alt="IMG_0306" title="IMG_0306" /></a>
<a href='http://mehmetalierturk.com/2011/12/19/iphone-4s-camera-test-3/img_0297/' title='IMG_0297'><img width="150" height="150" src="http://mehmetalierturk.com/wordpress/wp-content/uploads/2011/12/IMG_0297-150x150.jpg" class="attachment-thumbnail" alt="IMG_0297" title="IMG_0297" /></a>
<a href='http://mehmetalierturk.com/2011/12/19/iphone-4s-camera-test-3/img_0302/' title='IMG_0302'><img width="150" height="150" src="http://mehmetalierturk.com/wordpress/wp-content/uploads/2011/12/IMG_0302-150x150.jpg" class="attachment-thumbnail" alt="IMG_0302" title="IMG_0302" /></a>

]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2011/12/19/iphone-4s-camera-test-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4S Video Test</title>
		<link>http://mehmetalierturk.com/2011/12/12/iphone-4s-video-test/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=iphone-4s-video-test</link>
		<comments>http://mehmetalierturk.com/2011/12/12/iphone-4s-video-test/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 12:39:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=1244</guid>
		<description><![CDATA[Here is a sample video take by iPhone 4S. You have to visit this link to see it in full HD.]]></description>
			<content:encoded><![CDATA[<p>Here is a sample video take by iPhone 4S.<br />
<iframe src="http://player.vimeo.com/video/33523097?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p> You have to visit <a href="http://vimeo.com/33523097" title="Vimeo iPhone 4S">this link</a> to see it in full HD. </p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2011/12/12/iphone-4s-video-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4S Camera Test 1</title>
		<link>http://mehmetalierturk.com/2011/12/06/iphone-4s-camera-test-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=iphone-4s-camera-test-1</link>
		<comments>http://mehmetalierturk.com/2011/12/06/iphone-4s-camera-test-1/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 16:01:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=1215</guid>
		<description><![CDATA[New iPhone&#8217;s camera is much better than expected, still I&#8217;m playing with camera. So, Its too early to evaluate and compare with other devices. What I want is to share two photos taken through this device.]]></description>
			<content:encoded><![CDATA[<p>New iPhone&#8217;s camera is much better than expected, still I&#8217;m playing with camera. So, Its too early to evaluate and compare with other devices. What I want is to share two photos taken through this device.</p>

<a href='http://mehmetalierturk.com/2011/12/06/iphone-4s-camera-test-1/photo-5/' title='photo'><img width="150" height="150" src="http://mehmetalierturk.com/wordpress/wp-content/uploads/2011/12/photo3-150x150.jpg" class="attachment-thumbnail" alt="photo" title="photo" /></a>
<a href='http://mehmetalierturk.com/2011/12/06/iphone-4s-camera-test-1/photo2/' title='photo2'><img width="150" height="150" src="http://mehmetalierturk.com/wordpress/wp-content/uploads/2011/12/photo21-150x150.jpg" class="attachment-thumbnail" alt="photo2" title="photo2" /></a>

]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2011/12/06/iphone-4s-camera-test-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally iPhone 4S is Here</title>
		<link>http://mehmetalierturk.com/2011/12/02/finally-iphone-4s/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=finally-iphone-4s</link>
		<comments>http://mehmetalierturk.com/2011/12/02/finally-iphone-4s/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 18:16:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=1207</guid>
		<description><![CDATA[Siri is amazing &#8230;.]]></description>
			<content:encoded><![CDATA[<p>Siri is amazing &#8230;.<br />
<a href="http://mehmetalierturk.com/wordpress/wp-content/uploads/2011/12/iphone4s.jpg"><img class="aligncenter size-full wp-image-1211" title="iphone4s" src="http://mehmetalierturk.com/wordpress/wp-content/uploads/2011/12/iphone4s.jpg" alt="" width="500" height="396" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2011/12/02/finally-iphone-4s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If You Asked</title>
		<link>http://mehmetalierturk.com/2011/05/04/if-you-asked/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=if-you-asked</link>
		<comments>http://mehmetalierturk.com/2011/05/04/if-you-asked/#comments</comments>
		<pubDate>Wed, 04 May 2011 06:16:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=1173</guid>
		<description><![CDATA[News iPad 2 TV Ad]]></description>
			<content:encoded><![CDATA[<p>News iPad 2 TV Ad</p>
<p><iframe width="400" height="249" src="http://www.youtube.com/embed/Um4gLMZDXkA" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2011/05/04/if-you-asked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s iPad</title>
		<link>http://mehmetalierturk.com/2010/05/14/whats-ipad/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=whats-ipad</link>
		<comments>http://mehmetalierturk.com/2010/05/14/whats-ipad/#comments</comments>
		<pubDate>Fri, 14 May 2010 07:30:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=1127</guid>
		<description><![CDATA[Just another crazy ad from Apple and its only just began.]]></description>
			<content:encoded><![CDATA[<p>Just another crazy ad from Apple and its only  just began. </p>
<p><object width="320" height="190"><param name="movie" value="http://www.youtube.com/v/MKZrqiBtUZo&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/MKZrqiBtUZo&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="320" height="190"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2010/05/14/whats-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s there</title>
		<link>http://mehmetalierturk.com/2010/01/27/its-there/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=its-there</link>
		<comments>http://mehmetalierturk.com/2010/01/27/its-there/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 22:57:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=1064</guid>
		<description><![CDATA[Nothing to say. iPad is out.]]></description>
			<content:encoded><![CDATA[<p>Nothing to say. <a href="http://www.apple.com/ipad/">iPad</a> is out.</p>
<p><a href="http://www.apple.com/ipad/"><img src="http://images.apple.com/ipad/gallery/images/hardware-04-20100127.jpg" alt="Apple iPad" width="350" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2010/01/27/its-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Impressions on Istanbul Guide</title>
		<link>http://mehmetalierturk.com/2010/01/20/first-impressions-on-istanbul-guide/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=first-impressions-on-istanbul-guide</link>
		<comments>http://mehmetalierturk.com/2010/01/20/first-impressions-on-istanbul-guide/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 03:13:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Istanbul]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=1050</guid>
		<description><![CDATA[A few days ago Apple approved my iPhone Application and Istanbul Guide is available to download for free on App Store since 14 January 2010. So far, feedbacks are positive and I&#8217;ve decided to go on and improve it, actually ...]]></description>
			<content:encoded><![CDATA[<p>A few days ago <a class="zem_slink" title="Apple" rel="homepage" href="http://www.apple.com">Apple</a> approved my <a class="zem_slink" title="iPhone" rel="homepage" href="http://www.apple.com/iphone">iPhone</a> Application and <a title="Istanbul Guide" href="http://mehmetalierturk.com/projects/iphone/istanbul-guide/">Istanbul Guide</a> is available to <a href="http://itunes.apple.com/tr/app/istanbul-guide/id349999303?mt=8">download for free</a> on <a class="zem_slink" title="App Store" rel="homepage" href="http://www.apple.com/iphone/appstore/">App Store</a> since 14 January 2010. So far, feedbacks are positive and I&#8217;ve decided to go on and improve it, actually I’m going to put the things that I have removed and also, implement some new features.</p>
<p>The first app is developed to learn about platform and the application approval process which was a real pain. I&#8217;m hopping the next time, it will be easier to publish an app on app store.</p>
<p>I want to share some data about the app, despite it has been online for 6 days, the application is downloaded almost 1K, yes, almost 1000 times. Most of the downloads come from Turkey and followed by european countries like Denmark, Netherlands and those are followed by the US.</p>
<p>I want to thank everyone who downloaded the app.</p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2010/01/20/first-impressions-on-istanbul-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Becoming a Mac</title>
		<link>http://mehmetalierturk.com/2009/12/03/becoming-a-mac/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=becoming-a-mac</link>
		<comments>http://mehmetalierturk.com/2009/12/03/becoming-a-mac/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 07:21:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Magic Mouse]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=929</guid>
		<description><![CDATA[Its just started with a new macbook pro &#8230; Bought it and love it &#8230; Helping Mac users &#38; developers &#8230; Today I got my Magic Mouse! Nothing to say, its Magic. Thanks dude @kemalispirli &#8230; Finally, someone made it! ...]]></description>
			<content:encoded><![CDATA[<p>Its just started with a <a href="http://mehmetalierturk.com/2009/09/16/first-post-from-snow-leopard/">new macbook pro</a> &#8230; </p>
<p>Bought it and love it &#8230; </p>
<p>Helping Mac users &amp; developers &#8230; </p>
<p>Today I got my <a href="http://www.apple.com/magicmouse/">Magic Mouse</a>! Nothing to say, its Magic. Thanks dude <a href="http://twitter.com/kemalispirli">@kemalispirli</a> &#8230;<br />
<a href="http://mehmetalierturk.com/wp-content/uploads/2009/12/magic.png"><img src="http://mehmetalierturk.com/wp-content/uploads/2009/12/magic-300x159.png" alt="magic" title="magic" width="300" height="159" class="aligncenter size-medium wp-image-930"></a></p>
<p>Finally, someone made it! This <a href="http://www.apple.com">company</a> impressed me &#8230; </p>
<p>And now, I&#8217;m a mac &#8230; </p>
<p>The next thing is <a class="zem_slink" href="http://www.apple.com/iphone" title="iPhone" rel="homepage">3GS</a> &#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2009/12/03/becoming-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

