<?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 Bynomial Code</title>
	<atom:link href="http://bynomial.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://bynomial.com/blog</link>
	<description>Tips and thoughts for iOS coders.</description>
	<lastBuildDate>Thu, 15 Mar 2012 16:02:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Hacking the responder chain by Sam</title>
		<link>http://bynomial.com/blog/?p=74&#038;cpage=1#comment-1165</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 15 Mar 2012 16:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://bynomial.com/blog/?p=74#comment-1165</guid>
		<description><![CDATA[Great, thanks very much for a detailed post... The graphics are really helpful too.]]></description>
		<content:encoded><![CDATA[<p>Great, thanks very much for a detailed post&#8230; The graphics are really helpful too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Print a stack trace anytime by &#187; How to print a stack trace anytime in iOS (#iosdev, #iosdevtips) Interactive Logic</title>
		<link>http://bynomial.com/blog/?p=119&#038;cpage=1#comment-1159</link>
		<dc:creator>&#187; How to print a stack trace anytime in iOS (#iosdev, #iosdevtips) Interactive Logic</dc:creator>
		<pubDate>Sat, 03 Mar 2012 01:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://bynomial.com/blog/?p=119#comment-1159</guid>
		<description><![CDATA[[...] As mentioned in the blog, it requires iOS 4.0+, which, from my perspective, is everyone. Bynomial Code &#187; Print a stack trace anytime [...]]]></description>
		<content:encoded><![CDATA[<p>[...] As mentioned in the blog, it requires iOS 4.0+, which, from my perspective, is everyone. Bynomial Code &raquo; Print a stack trace anytime [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Event tracking stops NSTimer by Todd</title>
		<link>http://bynomial.com/blog/?p=67&#038;cpage=1#comment-1146</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Tue, 03 Jan 2012 21:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://bynomial.com/blog/?p=67#comment-1146</guid>
		<description><![CDATA[Great tip!]]></description>
		<content:encoded><![CDATA[<p>Great tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping ViewController files small by Mattes Groeger</title>
		<link>http://bynomial.com/blog/?p=139&#038;cpage=1#comment-1145</link>
		<dc:creator>Mattes Groeger</dc:creator>
		<pubDate>Sat, 31 Dec 2011 11:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://bynomial.com/blog/?p=139#comment-1145</guid>
		<description><![CDATA[The code example in my previous post got screwed up, another try:

@interface MyViewController (Table) &lt;UITableViewDelegate, UITableViewDataSource&gt;]]></description>
		<content:encoded><![CDATA[<p>The code example in my previous post got screwed up, another try:</p>
<p>@interface MyViewController (Table) &lt;UITableViewDelegate, UITableViewDataSource&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping ViewController files small by Mattes Groeger</title>
		<link>http://bynomial.com/blog/?p=139&#038;cpage=1#comment-1144</link>
		<dc:creator>Mattes Groeger</dc:creator>
		<pubDate>Sat, 31 Dec 2011 10:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://bynomial.com/blog/?p=139#comment-1144</guid>
		<description><![CDATA[Nice article Tyler. I&#039;m fairly new to iOS. I used the same approach before reading your post but was not sure if it is a good idea. Now I&#039;m more convinced, though :)

Regarding Luca Bernardis problem. I had exactly the same issue and found a solution for it. At least the compiler is happy and the runtime code works as expected.

I moved all logic for the table handling into a category (MyViewController+Table.h/m). Instead of declaring the protocols within the main class definition (MyViewController.h), I declared them within the category:

@interface MyViewController (Table) 

Works like a charm for me. Hope I could help.]]></description>
		<content:encoded><![CDATA[<p>Nice article Tyler. I&#8217;m fairly new to iOS. I used the same approach before reading your post but was not sure if it is a good idea. Now I&#8217;m more convinced, though <img src='http://bynomial.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regarding Luca Bernardis problem. I had exactly the same issue and found a solution for it. At least the compiler is happy and the runtime code works as expected.</p>
<p>I moved all logic for the table handling into a category (MyViewController+Table.h/m). Instead of declaring the protocols within the main class definition (MyViewController.h), I declared them within the category:</p>
<p>@interface MyViewController (Table) </p>
<p>Works like a charm for me. Hope I could help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping ViewController files small by Tony Amoyal</title>
		<link>http://bynomial.com/blog/?p=139&#038;cpage=1#comment-1143</link>
		<dc:creator>Tony Amoyal</dc:creator>
		<pubDate>Fri, 30 Dec 2011 21:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://bynomial.com/blog/?p=139#comment-1143</guid>
		<description><![CDATA[Nice post! I also agree that delegate methods should probably be in the main view controller but you can always make those methods really short and have them use helpers in a category.  That&#039;s the route I&#039;m going]]></description>
		<content:encoded><![CDATA[<p>Nice post! I also agree that delegate methods should probably be in the main view controller but you can always make those methods really short and have them use helpers in a category.  That&#8217;s the route I&#8217;m going</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Handling rotations in UIViewController by iOS開発備忘録 &#124; source lab. note</title>
		<link>http://bynomial.com/blog/?p=85&#038;cpage=1#comment-1142</link>
		<dc:creator>iOS開発備忘録 &#124; source lab. note</dc:creator>
		<pubDate>Sun, 25 Dec 2011 03:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://bynomial.com/blog/?p=85#comment-1142</guid>
		<description><![CDATA[[...] Bynomial Code » Handling rotations in UIViewController   pngも含めた透過性のviewはスクロール負荷が高い。 [iOS] TableView [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Bynomial Code » Handling rotations in UIViewController   pngも含めた透過性のviewはスクロール負荷が高い。 [iOS] TableView [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hacking the responder chain by Pietro Zuco</title>
		<link>http://bynomial.com/blog/?p=74&#038;cpage=1#comment-1140</link>
		<dc:creator>Pietro Zuco</dc:creator>
		<pubDate>Wed, 21 Dec 2011 16:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://bynomial.com/blog/?p=74#comment-1140</guid>
		<description><![CDATA[Thanks for your post! It was really helpful, I was able to solve a problem and learn from it a lot!]]></description>
		<content:encoded><![CDATA[<p>Thanks for your post! It was really helpful, I was able to solve a problem and learn from it a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping ViewController files small by pierre davy</title>
		<link>http://bynomial.com/blog/?p=139&#038;cpage=1#comment-1137</link>
		<dc:creator>pierre davy</dc:creator>
		<pubDate>Sun, 18 Dec 2011 21:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://bynomial.com/blog/?p=139#comment-1137</guid>
		<description><![CDATA[That&#039;s pretty clean but the big drawback from my point of view is that we cannot generate properties on categories.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s pretty clean but the big drawback from my point of view is that we cannot generate properties on categories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag and drop in 3 lines by Mahesh Paymal</title>
		<link>http://bynomial.com/blog/?p=77&#038;cpage=1#comment-1133</link>
		<dc:creator>Mahesh Paymal</dc:creator>
		<pubDate>Tue, 06 Dec 2011 13:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://bynomial.com/blog/?p=77#comment-1133</guid>
		<description><![CDATA[Hi,
Thanks for this code, i was got stuck for this kind of scaling using UIPanGestureRecognizer.
This helps a lot to me.

Regards,
Mahesh Paymal]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for this code, i was got stuck for this kind of scaling using UIPanGestureRecognizer.<br />
This helps a lot to me.</p>
<p>Regards,<br />
Mahesh Paymal</p>
]]></content:encoded>
	</item>
</channel>
</rss>
