<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Teton Technical</title>
	<atom:link href="http://tetontech.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tetontech.wordpress.com</link>
	<description>This blog focuses on Modular software development in a variety of languages and platforms such as the iPhone</description>
	<lastBuildDate>Fri, 08 Feb 2013 11:11:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Command Line Building using Xcode by Mathieu</title>
		<link>http://tetontech.wordpress.com/2011/05/26/command-line-building-using-xcode/#comment-953</link>
		<dc:creator><![CDATA[Mathieu]]></dc:creator>
		<pubDate>Fri, 08 Feb 2013 11:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://tetontech.wordpress.com/?p=662#comment-953</guid>
		<description><![CDATA[Thanks mate - useful tips !]]></description>
		<content:encoded><![CDATA[<p>Thanks mate &#8211; useful tips !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hybrid Mac applications by tetontech</title>
		<link>http://tetontech.wordpress.com/2008/06/11/hybrid-mac-applications/#comment-952</link>
		<dc:creator><![CDATA[tetontech]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 06:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://tetontech.wordpress.com/?p=21#comment-952</guid>
		<description><![CDATA[Go right ahead.]]></description>
		<content:encoded><![CDATA[<p>Go right ahead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hybrid Mac applications by http://tinyurl.com/gencdolby46531</title>
		<link>http://tetontech.wordpress.com/2008/06/11/hybrid-mac-applications/#comment-951</link>
		<dc:creator><![CDATA[http://tinyurl.com/gencdolby46531]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 06:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://tetontech.wordpress.com/?p=21#comment-951</guid>
		<description><![CDATA[]]></description>
		<content:encoded><![CDATA[<p>I personally had been looking for ideas for<br />
my personal web site and encountered your<br />
own blog, â€śHybrid Mac applications « Teton Technicalâ€ť, do you mind in the event I actually use some of your own tips?<br />
Thank you -Edison</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Custom fonts in your iOS application by Ark-kun</title>
		<link>http://tetontech.wordpress.com/2010/09/03/using-custom-fonts-in-your-ios-application/#comment-950</link>
		<dc:creator><![CDATA[Ark-kun]]></dc:creator>
		<pubDate>Thu, 27 Dec 2012 01:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://tetontech.wordpress.com/?p=572#comment-950</guid>
		<description><![CDATA[Fonts can easily be dynamically loaded from any location and any byte stream. See the article here: http://www.marco.org/2012/12/21/ios-dynamic-font-loading

    NSData *inData = /* your font-file data */;
    CFErrorRef error;
    CGDataProviderRef provider = CGDataProviderCreateWithCFData((CFDataRef)inData);
    CGFontRef font = CGFontCreateWithDataProvider(provider);
    if (! CTFontManagerRegisterGraphicsFont(font, &amp;error)) {
        CFStringRef errorDescription = CFErrorCopyDescription(error)
        NSLog(@&quot;Failed to load font: %@&quot;, errorDescription);
        CFRelease(errorDescription);
    }
    CFRelease(font);
    CFRelease(provider);

 * You don&#039;t have to put the font in your bundle.
 * You don&#039;t have to explicitly register the font in your info.plist.]]></description>
		<content:encoded><![CDATA[<p>Fonts can easily be dynamically loaded from any location and any byte stream. See the article here: <a href="http://www.marco.org/2012/12/21/ios-dynamic-font-loading" rel="nofollow">http://www.marco.org/2012/12/21/ios-dynamic-font-loading</a></p>
<p>    NSData *inData = /* your font-file data */;<br />
    CFErrorRef error;<br />
    CGDataProviderRef provider = CGDataProviderCreateWithCFData((CFDataRef)inData);<br />
    CGFontRef font = CGFontCreateWithDataProvider(provider);<br />
    if (! CTFontManagerRegisterGraphicsFont(font, &amp;error)) {<br />
        CFStringRef errorDescription = CFErrorCopyDescription(error)<br />
        NSLog(@&#8221;Failed to load font: %@&#8221;, errorDescription);<br />
        CFRelease(errorDescription);<br />
    }<br />
    CFRelease(font);<br />
    CFRelease(provider);</p>
<p> * You don&#8217;t have to put the font in your bundle.<br />
 * You don&#8217;t have to explicitly register the font in your info.plist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Version of QC Native Available by tetontech</title>
		<link>http://tetontech.wordpress.com/2011/06/15/new-version-of-qc-native-available/#comment-948</link>
		<dc:creator><![CDATA[tetontech]]></dc:creator>
		<pubDate>Mon, 17 Dec 2012 00:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://tetontech.wordpress.com/?p=678#comment-948</guid>
		<description><![CDATA[I don&#039;t have a news letter.  I&#039;m too busy with what I&#039;m doing to worry about such a thing. Big agree with the rumor bloggers.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t have a news letter.  I&#8217;m too busy with what I&#8217;m doing to worry about such a thing. Big agree with the rumor bloggers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Version of QC Native Available by Antony</title>
		<link>http://tetontech.wordpress.com/2011/06/15/new-version-of-qc-native-available/#comment-947</link>
		<dc:creator><![CDATA[Antony]]></dc:creator>
		<pubDate>Sun, 16 Dec 2012 18:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://tetontech.wordpress.com/?p=678#comment-947</guid>
		<description><![CDATA[Hiya, I am really glad I&#039;ve found this information. Nowadays bloggers publish only 

about gossips and net and this is really irritating. A good 

website with interesting content, this is what I need. Thanks for 

keeping this site, I&#039;ll be visiting it. Do you do newsletters?
Can not 

find it.]]></description>
		<content:encoded><![CDATA[<p>Hiya, I am really glad I&#8217;ve found this information. Nowadays bloggers publish only </p>
<p>about gossips and net and this is really irritating. A good </p>
<p>website with interesting content, this is what I need. Thanks for </p>
<p>keeping this site, I&#8217;ll be visiting it. Do you do newsletters?<br />
Can not </p>
<p>find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Custom fonts in your iOS application by Custom Apps</title>
		<link>http://tetontech.wordpress.com/2010/09/03/using-custom-fonts-in-your-ios-application/#comment-945</link>
		<dc:creator><![CDATA[Custom Apps]]></dc:creator>
		<pubDate>Sat, 08 Dec 2012 06:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://tetontech.wordpress.com/?p=572#comment-945</guid>
		<description><![CDATA[Thx for sharing this useful info...]]></description>
		<content:encoded><![CDATA[<p>Thx for sharing this useful info&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Custom fonts in your iOS application by Shamsher Singh</title>
		<link>http://tetontech.wordpress.com/2010/09/03/using-custom-fonts-in-your-ios-application/#comment-932</link>
		<dc:creator><![CDATA[Shamsher Singh]]></dc:creator>
		<pubDate>Mon, 29 Oct 2012 04:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://tetontech.wordpress.com/?p=572#comment-932</guid>
		<description><![CDATA[Purrfect.
Thx a million. Am using iOS.6 xCode 4.5
God Bless You.]]></description>
		<content:encoded><![CDATA[<p>Purrfect.<br />
Thx a million. Am using iOS.6 xCode 4.5<br />
God Bless You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIWebView Example Code by Amit Patel</title>
		<link>http://tetontech.wordpress.com/2008/05/23/uiwebview-example-code/#comment-911</link>
		<dc:creator><![CDATA[Amit Patel]]></dc:creator>
		<pubDate>Sat, 21 Jul 2012 08:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://tetontech.wordpress.com/?p=12#comment-911</guid>
		<description><![CDATA[Thanks to Poster ...

This Code is Very Helpful For Me..thanks again..:)]]></description>
		<content:encoded><![CDATA[<p>Thanks to Poster &#8230;</p>
<p>This Code is Very Helpful For Me..thanks again..:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Custom fonts in your iOS application by wiralim</title>
		<link>http://tetontech.wordpress.com/2010/09/03/using-custom-fonts-in-your-ios-application/#comment-910</link>
		<dc:creator><![CDATA[wiralim]]></dc:creator>
		<pubDate>Wed, 20 Jun 2012 07:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://tetontech.wordpress.com/?p=572#comment-910</guid>
		<description><![CDATA[THX u]]></description>
		<content:encoded><![CDATA[<p>THX u</p>
]]></content:encoded>
	</item>
</channel>
</rss>