<?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 on: Three20 Stylesheets iPhone Tutorial</title>
	<atom:link href="http://mattvague.com/three20-stylesheets-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://mattvague.com/three20-stylesheets-tutorial</link>
	<description>The Portfolio of Matt Vague, Vancouver Interactive Designer &#38; Developer</description>
	<lastBuildDate>Fri, 27 Aug 2010 02:23:12 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How To Program A Fully Functional iOS Photo Viewer Quickly With Three20 &#124; iPhone iOS 4 iPad SDK Development Tutorials, Programming Tips, News</title>
		<link>http://mattvague.com/three20-stylesheets-tutorial#comment-738</link>
		<dc:creator>How To Program A Fully Functional iOS Photo Viewer Quickly With Three20 &#124; iPhone iOS 4 iPad SDK Development Tutorials, Programming Tips, News</dc:creator>
		<pubDate>Sat, 10 Jul 2010 08:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://mattvague.com/?p=426#comment-738</guid>
		<description>[...] You can also find some more guides on using Three20 here: Getting The Most Out Of The Three20 iOS Library  [...]</description>
		<content:encoded><![CDATA[<p>[...] You can also find some more guides on using Three20 here: Getting The Most Out Of The Three20 iOS Library  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://mattvague.com/three20-stylesheets-tutorial#comment-733</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 27 Apr 2010 02:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://mattvague.com/?p=426#comment-733</guid>
		<description>Matt,

No worries. I dug a bit more and, yep, you&#039;re right - there&#039;s no app-wide way to do it out-of-the-box. That&#039;s OK. That&#039;s why we have Plan B. :)</description>
		<content:encoded><![CDATA[<p>Matt,</p>
<p>No worries. I dug a bit more and, yep, you&#8217;re right &#8211; there&#8217;s no app-wide way to do it out-of-the-box. That&#8217;s OK. That&#8217;s why we have Plan B. <img src='http://mattvague.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MattV</title>
		<link>http://mattvague.com/three20-stylesheets-tutorial#comment-732</link>
		<dc:creator>MattV</dc:creator>
		<pubDate>Thu, 22 Apr 2010 15:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://mattvague.com/?p=426#comment-732</guid>
		<description>Joe,

Im actually not sure if there is a way to change the status bar colour from three20, your on your own for that one, sorry.

Good luck!

-Matt</description>
		<content:encoded><![CDATA[<p>Joe,</p>
<p>Im actually not sure if there is a way to change the status bar colour from three20, your on your own for that one, sorry.</p>
<p>Good luck!</p>
<p>-Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://mattvague.com/three20-stylesheets-tutorial#comment-730</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 21 Apr 2010 20:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://mattvague.com/?p=426#comment-730</guid>
		<description>Sweet! I can override navigationBarTintColor easily enough … but I don&#039;t see a way to do that for the status bar style in one fell swoop.

Unless … I could alter TTViewController over in Three20 and have it grab [[UIApplication sharedApplication] statusBarStyle], which I could set in the app delegate. I&#039;d rather not change my copy of the Three20 source though … which brings us back to Categories.

Thoughts?</description>
		<content:encoded><![CDATA[<p>Sweet! I can override navigationBarTintColor easily enough … but I don&#8217;t see a way to do that for the status bar style in one fell swoop.</p>
<p>Unless … I could alter TTViewController over in Three20 and have it grab [[UIApplication sharedApplication] statusBarStyle], which I could set in the app delegate. I&#8217;d rather not change my copy of the Three20 source though … which brings us back to Categories.</p>
<p>Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://mattvague.com/three20-stylesheets-tutorial#comment-729</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 21 Apr 2010 20:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://mattvague.com/?p=426#comment-729</guid>
		<description>Yay! This is terrific - thank you so much for sharing and for offering to field questions.

I wanted to set a global status bar and nav bar tint color (vs. the defaults that TTViewController uses), so I added a Category on TTViewController and added a method, conformToCommonStyle … which I then call from each of my VCs. But a) the method name sounds clunky in terms of Cocoa Design Patterns, and b) &quot;there&#039;s got to be a better way!&quot; I&#039;m wondering if a stylesheet is just what the doctor ordered.</description>
		<content:encoded><![CDATA[<p>Yay! This is terrific &#8211; thank you so much for sharing and for offering to field questions.</p>
<p>I wanted to set a global status bar and nav bar tint color (vs. the defaults that TTViewController uses), so I added a Category on TTViewController and added a method, conformToCommonStyle … which I then call from each of my VCs. But a) the method name sounds clunky in terms of Cocoa Design Patterns, and b) &#8220;there&#8217;s got to be a better way!&#8221; I&#8217;m wondering if a stylesheet is just what the doctor ordered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayne</title>
		<link>http://mattvague.com/three20-stylesheets-tutorial#comment-728</link>
		<dc:creator>wayne</dc:creator>
		<pubDate>Wed, 07 Apr 2010 17:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://mattvague.com/?p=426#comment-728</guid>
		<description>you can ignore that last post - i found TabBarTintColor - is that all there is that can be styled?

w://</description>
		<content:encoded><![CDATA[<p>you can ignore that last post &#8211; i found TabBarTintColor &#8211; is that all there is that can be styled?</p>
<p>w://</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayne</title>
		<link>http://mattvague.com/three20-stylesheets-tutorial#comment-727</link>
		<dc:creator>wayne</dc:creator>
		<pubDate>Wed, 07 Apr 2010 17:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://mattvague.com/?p=426#comment-727</guid>
		<description>Hey

i&#039;m using 320 in monotouch - i got the bindings working ok and with a few tweaks got the style stuff going.

I want to style the tabbar and/or the tabs themselves - how do i a: do this and b: find out what the properties are that I need to override so that i can do this quicker in future?

cheers

w://</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>i&#8217;m using 320 in monotouch &#8211; i got the bindings working ok and with a few tweaks got the style stuff going.</p>
<p>I want to style the tabbar and/or the tabs themselves &#8211; how do i a: do this and b: find out what the properties are that I need to override so that i can do this quicker in future?</p>
<p>cheers</p>
<p>w://</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fabian</title>
		<link>http://mattvague.com/three20-stylesheets-tutorial#comment-722</link>
		<dc:creator>fabian</dc:creator>
		<pubDate>Sun, 14 Feb 2010 20:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://mattvague.com/?p=426#comment-722</guid>
		<description>Hi Matt,
i was wondering if i can use a .xib-File to design a custom cell (e.g. with image, title, subtitle)?</description>
		<content:encoded><![CDATA[<p>Hi Matt,<br />
i was wondering if i can use a .xib-File to design a custom cell (e.g. with image, title, subtitle)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghav</title>
		<link>http://mattvague.com/three20-stylesheets-tutorial#comment-721</link>
		<dc:creator>Raghav</dc:creator>
		<pubDate>Mon, 08 Feb 2010 11:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://mattvague.com/?p=426#comment-721</guid>
		<description>Hi, Could you pls post some tutorial on how to use the PhotoViewer API</description>
		<content:encoded><![CDATA[<p>Hi, Could you pls post some tutorial on how to use the PhotoViewer API</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://mattvague.com/three20-stylesheets-tutorial#comment-717</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Tue, 12 Jan 2010 20:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://mattvague.com/?p=426#comment-717</guid>
		<description>Hi Matt, 

I created a simple app similar TTCatalog-&gt;StyledTextTestController. On clicking a hyperlink, I dont see the TTWebview&#039;s being loaded (like its done in TTCatalog). Any ideas would be appreciated?

Thanks
Amit</description>
		<content:encoded><![CDATA[<p>Hi Matt, </p>
<p>I created a simple app similar TTCatalog-&gt;StyledTextTestController. On clicking a hyperlink, I dont see the TTWebview&#8217;s being loaded (like its done in TTCatalog). Any ideas would be appreciated?</p>
<p>Thanks<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://mattvague.com/three20-stylesheets-tutorial#comment-60</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 20 Sep 2009 23:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://mattvague.com/?p=426#comment-60</guid>
		<description>The only issue I see with this is it litters your code with warnings for all the TTSTYLEVAR calls.  Do you have any clean solution to this?</description>
		<content:encoded><![CDATA[<p>The only issue I see with this is it litters your code with warnings for all the TTSTYLEVAR calls.  Do you have any clean solution to this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MattV</title>
		<link>http://mattvague.com/three20-stylesheets-tutorial#comment-57</link>
		<dc:creator>MattV</dc:creator>
		<pubDate>Fri, 18 Sep 2009 04:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://mattvague.com/?p=426#comment-57</guid>
		<description>Michael,

To be honest I haven&#039;t played around with TTLauncherView yet but I imagine that changing the font would require subclassing TTLauncherView, but I could be wrong.

Good luck, and report back how it went!

-MattV</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>To be honest I haven&#8217;t played around with TTLauncherView yet but I imagine that changing the font would require subclassing TTLauncherView, but I could be wrong.</p>
<p>Good luck, and report back how it went!</p>
<p>-MattV</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MichaelG</title>
		<link>http://mattvague.com/three20-stylesheets-tutorial#comment-55</link>
		<dc:creator>MichaelG</dc:creator>
		<pubDate>Wed, 16 Sep 2009 17:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://mattvague.com/?p=426#comment-55</guid>
		<description>Thanks...this is good stuff.  Have you been applied these styles to the TTLauncherView to change the text size and font.  If so, can you give me a push in right direction?

Thanks,</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;this is good stuff.  Have you been applied these styles to the TTLauncherView to change the text size and font.  If so, can you give me a push in right direction?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MattV</title>
		<link>http://mattvague.com/three20-stylesheets-tutorial#comment-53</link>
		<dc:creator>MattV</dc:creator>
		<pubDate>Sat, 12 Sep 2009 03:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://mattvague.com/?p=426#comment-53</guid>
		<description>Hey thanks a lot, glad you are enjoying them and finding them useful! Got any ideas for a good topic for my next tutorial?

Cheers,
-MattV</description>
		<content:encoded><![CDATA[<p>Hey thanks a lot, glad you are enjoying them and finding them useful! Got any ideas for a good topic for my next tutorial?</p>
<p>Cheers,<br />
-MattV</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Thistle</title>
		<link>http://mattvague.com/three20-stylesheets-tutorial#comment-52</link>
		<dc:creator>Mark Thistle</dc:creator>
		<pubDate>Sat, 12 Sep 2009 02:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://mattvague.com/?p=426#comment-52</guid>
		<description>Hi Matt,

Loving the tutorials.  Joe&#039;s code and your tutorials have saved me a ton of development work and let me concentrate on other areas of my app.  I was working on an auto-expanding table cell view when I found Joe&#039;s code and your tutorial.

Keep up the great work and I will keep you posted when I complete the app.</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>Loving the tutorials.  Joe&#8217;s code and your tutorials have saved me a ton of development work and let me concentrate on other areas of my app.  I was working on an auto-expanding table cell view when I found Joe&#8217;s code and your tutorial.</p>
<p>Keep up the great work and I will keep you posted when I complete the app.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
