<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Ole Begemann: iOS Development</title>
	<atom:link href="http://oleb.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://oleb.net</link>
	<description>iOS SDK, Cocoa and Objective-C</description>
	<lastBuildDate>Fri, 30 Jul 2010 04:50:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on App Store-safe Page Curl animations by Val</title>
		<link>http://oleb.net/blog/2010/06/app-store-safe-page-curl-animations/#comment-2355</link>
		<dc:creator>Val</dc:creator>
		<pubDate>Fri, 30 Jul 2010 04:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=592#comment-2355</guid>
		<description>I have been using Tom Brows implementation for a while now and I have been getting little hints from the boss that he would love a two page layout, I have just been too busy, but now I have to say thank you so much for making my life that bit easier. Thumbs up!</description>
		<content:encoded><![CDATA[<p>I have been using Tom Brows implementation for a while now and I have been getting little hints from the boss that he would love a two page layout, I have just been too busy, but now I have to say thank you so much for making my life that bit easier. Thumbs up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Music Player Framework in iPhone SDK 3.0 by Tank</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-2217</link>
		<dc:creator>Tank</dc:creator>
		<pubDate>Mon, 26 Jul 2010 11:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-2217</guid>
		<description>@a. vural: [[MPMusicPlayerController iPodMusicPlayer] setVolume:1.0] works, BUT media must be played, otherwise system volume will be adjusted.

Workaround: play a sound file that is empty and adjust the volume at that time.</description>
		<content:encoded><![CDATA[<p>@a. vural: [[MPMusicPlayerController iPodMusicPlayer] setVolume:1.0] works, BUT media must be played, otherwise system volume will be adjusted.</p>
<p>Workaround: play a sound file that is empty and adjust the volume at that time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on App Store-safe Page Curl animations by Michal Racko</title>
		<link>http://oleb.net/blog/2010/06/app-store-safe-page-curl-animations/#comment-2181</link>
		<dc:creator>Michal Racko</dc:creator>
		<pubDate>Sun, 25 Jul 2010 08:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=592#comment-2181</guid>
		<description>Great work!
I have read somewhere, that you have managed to implement zooming. Is that true?</description>
		<content:encoded><![CDATA[<p>Great work!<br />
I have read somewhere, that you have managed to implement zooming. Is that true?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Music Player Framework in iPhone SDK 3.0 by Ole Begemann</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-2054</link>
		<dc:creator>Ole Begemann</dc:creator>
		<pubDate>Tue, 20 Jul 2010 20:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-2054</guid>
		<description>@Mitch: As far as I can tell, there isn&#039;t even a method named -(void)mediaPicker in the demo project.</description>
		<content:encoded><![CDATA[<p>@Mitch: As far as I can tell, there isn&#8217;t even a method named -(void)mediaPicker in the demo project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Music Player Framework in iPhone SDK 3.0 by Mitch L.</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-2051</link>
		<dc:creator>Mitch L.</dc:creator>
		<pubDate>Tue, 20 Jul 2010 18:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-2051</guid>
		<description>Thanks for the code, but I&#039;m getting some errors in the -(void) mediaPicker method. It says request for member &#039;musicPlayer&#039; in something not a structure or union. 

Any idea why I&#039;d that get that? I get it for the last 3 lines of the mediaPicker method... If I comment them out, there are no errors and the mediaPicker works great - except for the playback functionality of course.

Any help would be greatly appreciated!</description>
		<content:encoded><![CDATA[<p>Thanks for the code, but I&#8217;m getting some errors in the -(void) mediaPicker method. It says request for member &#8216;musicPlayer&#8217; in something not a structure or union. </p>
<p>Any idea why I&#8217;d that get that? I get it for the last 3 lines of the mediaPicker method&#8230; If I comment them out, there are no errors and the mediaPicker works great &#8211; except for the playback functionality of course.</p>
<p>Any help would be greatly appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIWebView&#8217;s weird PDF display bug on the iPad by Mike</title>
		<link>http://oleb.net/blog/2010/06/uiwebview-weird-pdf-display-bug-on-ipad/#comment-2026</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 19 Jul 2010 08:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=580#comment-2026</guid>
		<description>I was hit by this too, thanks for the workaround even though it&#039;s a nasty one.</description>
		<content:encoded><![CDATA[<p>I was hit by this too, thanks for the workaround even though it&#8217;s a nasty one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OBShapedButton: Non-rectangular buttons on the iPhone by Steven Baughman</title>
		<link>http://oleb.net/blog/2009/10/obshapedbutton-non-rectangular-buttons-on-the-iphone/#comment-1962</link>
		<dc:creator>Steven Baughman</dc:creator>
		<pubDate>Fri, 16 Jul 2010 16:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=322#comment-1962</guid>
		<description>To get this to work I had to flip the context vertically, otherwise the context you&#039;re using is upside down.

I added this at line 81:
// Flip context
CGContextTranslateCTM(context, 0, height);
CGContextScaleCTM(context, 1.0, -1.0);

---

I think you may have never noticed it because your shapes are diamond shaped so it doesn&#039;t matter if they&#039;re flipped. I was using a PNG of a duck...and was having all sorts of problems!

Let me know if I&#039;m mistaken.</description>
		<content:encoded><![CDATA[<p>To get this to work I had to flip the context vertically, otherwise the context you&#8217;re using is upside down.</p>
<p>I added this at line 81:<br />
// Flip context<br />
CGContextTranslateCTM(context, 0, height);<br />
CGContextScaleCTM(context, 1.0, -1.0);</p>
<p>&#8212;</p>
<p>I think you may have never noticed it because your shapes are diamond shaped so it doesn&#8217;t matter if they&#8217;re flipped. I was using a PNG of a duck&#8230;and was having all sorts of problems!</p>
<p>Let me know if I&#8217;m mistaken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Music Player Framework in iPhone SDK 3.0 by a. vural</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-1950</link>
		<dc:creator>a. vural</dc:creator>
		<pubDate>Thu, 15 Jul 2010 23:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-1950</guid>
		<description>[[MPMusicPlayerController iPodMusicPlayer] setVolume:1.0]

maybe?</description>
		<content:encoded><![CDATA[<p>[[MPMusicPlayerController iPodMusicPlayer] setVolume:1.0]</p>
<p>maybe?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Music Player Framework in iPhone SDK 3.0 by a. vural</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-1949</link>
		<dc:creator>a. vural</dc:creator>
		<pubDate>Thu, 15 Jul 2010 23:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-1949</guid>
		<description>Thanks for the sample. 
How can i change the ipod volume level separetely from system volume level.

any idea?

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for the sample.<br />
How can i change the ipod volume level separetely from system volume level.</p>
<p>any idea?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Music Player Framework in iPhone SDK 3.0 by Ching Hwee</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-1941</link>
		<dc:creator>Ching Hwee</dc:creator>
		<pubDate>Thu, 15 Jul 2010 07:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-1941</guid>
		<description>Thanks for the reply. Another question.

After i have filled in the table view, is it possible to resize the table view such that its half of the screen, and maybe have some controls like buttons on the bottom half. 

Thanks again:)</description>
		<content:encoded><![CDATA[<p>Thanks for the reply. Another question.</p>
<p>After i have filled in the table view, is it possible to resize the table view such that its half of the screen, and maybe have some controls like buttons on the bottom half. </p>
<p>Thanks again:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIWebView&#8217;s weird PDF display bug on the iPad by Ole Begemann</title>
		<link>http://oleb.net/blog/2010/06/uiwebview-weird-pdf-display-bug-on-ipad/#comment-1820</link>
		<dc:creator>Ole Begemann</dc:creator>
		<pubDate>Wed, 07 Jul 2010 09:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=580#comment-1820</guid>
		<description>@blade: Just call -[UIWebView reload].</description>
		<content:encoded><![CDATA[<p>@blade: Just call -[UIWebView reload].</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIWebView&#8217;s weird PDF display bug on the iPad by blade</title>
		<link>http://oleb.net/blog/2010/06/uiwebview-weird-pdf-display-bug-on-ipad/#comment-1814</link>
		<dc:creator>blade</dc:creator>
		<pubDate>Wed, 07 Jul 2010 03:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=580#comment-1814</guid>
		<description>Can you explain what the fix is? How do you reload ?</description>
		<content:encoded><![CDATA[<p>Can you explain what the fix is? How do you reload ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIWebView&#8217;s weird PDF display bug on the iPad by Ole Begemann</title>
		<link>http://oleb.net/blog/2010/06/uiwebview-weird-pdf-display-bug-on-ipad/#comment-1805</link>
		<dc:creator>Ole Begemann</dc:creator>
		<pubDate>Tue, 06 Jul 2010 11:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=580#comment-1805</guid>
		<description>@jian: Sure. The sample project is there to illustrate the bug.</description>
		<content:encoded><![CDATA[<p>@jian: Sure. The sample project is there to illustrate the bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIWebView&#8217;s weird PDF display bug on the iPad by jjan</title>
		<link>http://oleb.net/blog/2010/06/uiwebview-weird-pdf-display-bug-on-ipad/#comment-1801</link>
		<dc:creator>jjan</dc:creator>
		<pubDate>Tue, 06 Jul 2010 03:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=580#comment-1801</guid>
		<description>I download sample code but it has still bug with rotation.</description>
		<content:encoded><![CDATA[<p>I download sample code but it has still bug with rotation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on App Store-safe Page Curl animations by slpo</title>
		<link>http://oleb.net/blog/2010/06/app-store-safe-page-curl-animations/#comment-1735</link>
		<dc:creator>slpo</dc:creator>
		<pubDate>Thu, 01 Jul 2010 22:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=592#comment-1735</guid>
		<description>Oh, very very thanks!!!</description>
		<content:encoded><![CDATA[<p>Oh, very very thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIWebView&#8217;s weird PDF display bug on the iPad by Dominik</title>
		<link>http://oleb.net/blog/2010/06/uiwebview-weird-pdf-display-bug-on-ipad/#comment-1726</link>
		<dc:creator>Dominik</dc:creator>
		<pubDate>Thu, 01 Jul 2010 12:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=580#comment-1726</guid>
		<description>tried for hours.
its really only reload that seems to work</description>
		<content:encoded><![CDATA[<p>tried for hours.<br />
its really only reload that seems to work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIWebView&#8217;s weird PDF display bug on the iPad by Dominik</title>
		<link>http://oleb.net/blog/2010/06/uiwebview-weird-pdf-display-bug-on-ipad/#comment-1725</link>
		<dc:creator>Dominik</dc:creator>
		<pubDate>Thu, 01 Jul 2010 10:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=580#comment-1725</guid>
		<description>Got the same -- reported</description>
		<content:encoded><![CDATA[<p>Got the same &#8212; reported</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIWebView&#8217;s weird PDF display bug on the iPad by ahlongxp</title>
		<link>http://oleb.net/blog/2010/06/uiwebview-weird-pdf-display-bug-on-ipad/#comment-1721</link>
		<dc:creator>ahlongxp</dc:creator>
		<pubDate>Thu, 01 Jul 2010 07:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=580#comment-1721</guid>
		<description>just hit this.


Thanks for pointing this out.</description>
		<content:encoded><![CDATA[<p>just hit this.</p>
<p>Thanks for pointing this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OBShapedButton: Non-rectangular buttons on the iPhone by Irregular Buttons at Under The Bridge</title>
		<link>http://oleb.net/blog/2009/10/obshapedbutton-non-rectangular-buttons-on-the-iphone/#comment-1698</link>
		<dc:creator>Irregular Buttons at Under The Bridge</dc:creator>
		<pubDate>Tue, 29 Jun 2010 06:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=322#comment-1698</guid>
		<description>[...] OBShapedButton: Non-rectangular buttons on the iPhone [...]</description>
		<content:encoded><![CDATA[<p>[...] OBShapedButton: Non-rectangular buttons on the iPhone [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Music Player Framework in iPhone SDK 3.0 by markdude</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-1674</link>
		<dc:creator>markdude</dc:creator>
		<pubDate>Sun, 27 Jun 2010 15:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-1674</guid>
		<description>wops, missed it in the example</description>
		<content:encoded><![CDATA[<p>wops, missed it in the example</p>
]]></content:encoded>
	</item>
</channel>
</rss>
