<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'UITableView Delegate Methods'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Sun, 05 Apr 2026 16:23:15 +0000</lastBuildDate>
    <item>
      <title>BreadicalMD said on 15/Jun/2013</title>
      <link>https://snipplr.com/view/47555/uitableview-delegate-methods</link>
      <description>&lt;p&gt;You should update the cellForRowAtIndexPath method to reflect post iOS 6.0 usage - the lines: &#13;
"if (cell == nil) {&#13;
        cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier] autorelease];&#13;
    }" &#13;
are no longer needed :)&lt;/p&gt;</description>
      <pubDate>Sat, 15 Jun 2013 00:51:11 UTC</pubDate>
      <guid>https://snipplr.com/view/47555/uitableview-delegate-methods</guid>
    </item>
  </channel>
</rss>
