<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>mikeash.com pyblog/friday-qa-2013-02-22-lets-build-uitableview.html comments</title><link>http://www.mikeash.com/?page=pyblog/friday-qa-2013-02-22-lets-build-uitableview.html#comments</link><description>mikeash.com Recent Comments</description><lastBuildDate>Fri, 07 Aug 2026 11:37:11 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Jasmine - 2016-04-30 12:51:55</title><link>http://www.mikeash.com/?page=pyblog/friday-qa-2013-02-22-lets-build-uitableview.html#comments</link><description>I am going to implement a basic version of a table view class at &lt;a href="http://www.theroom.com.au"&gt;http://www.theroom.com.au&lt;/a&gt;</description><guid isPermaLink="true">c6e5c58269bb7cc16c4963bf8c977725</guid><pubDate>Sat, 30 Apr 2016 12:51:55 GMT</pubDate></item><item><title>M.B. - 2016-02-19 23:46:38</title><link>http://www.mikeash.com/?page=pyblog/friday-qa-2013-02-22-lets-build-uitableview.html#comments</link><description>It's interesting solution. Thanks for giving the code free for use.
&lt;br /&gt;
&lt;br /&gt;Cheers,
&lt;br /&gt;M.</description><guid isPermaLink="true">0580e9f8fba6d6a4ed6aaa3b49192734</guid><pubDate>Fri, 19 Feb 2016 23:46:38 GMT</pubDate></item><item><title>facebook hack - 2015-10-06 11:18:55</title><link>http://www.mikeash.com/?page=pyblog/friday-qa-2013-02-22-lets-build-uitableview.html#comments</link><description>hello there,table views are one of the most commonly used iPhone UI elements. You can use a table view to display a scrollable list of information.</description><guid isPermaLink="true">9c9d471d23f965b7424f23a30121c212</guid><pubDate>Tue, 06 Oct 2015 11:18:55 GMT</pubDate></item><item><title>Clay Bridges - 2013-03-18 18:41:40</title><link>http://www.mikeash.com/?page=pyblog/friday-qa-2013-02-22-lets-build-uitableview.html#comments</link><description>If want a let's-build-it for UICollectionView, you might be interested in &lt;a href="https://github.com/steipete/PSTCollectionView"&gt;https://github.com/steipete/PSTCollectionView&lt;/a&gt;, which implements a production-quality UICollectionView replacement for iOS 5.0.  It also has a method of switching to native UICollectionView for 6.0+.</description><guid isPermaLink="true">dd1e87813382dcffae1b898f4ca9d302</guid><pubDate>Mon, 18 Mar 2013 18:41:40 GMT</pubDate></item><item><title>jamie - 2013-03-07 23:19:41</title><link>http://www.mikeash.com/?page=pyblog/friday-qa-2013-02-22-lets-build-uitableview.html#comments</link><description>@Marcin I believe the actual implementation is as you've described. UITableView.h shows an iVar _reusableTableCells which is a mutable dictionary, presumably mapping the reuse identifiers to mutable arrays of cells.</description><guid isPermaLink="true">bc6e77beaad484736486f8b017d62c1c</guid><pubDate>Thu, 07 Mar 2013 23:19:41 GMT</pubDate></item><item><title>Marcin - 2013-03-06 21:25:38</title><link>http://www.mikeash.com/?page=pyblog/friday-qa-2013-02-22-lets-build-uitableview.html#comments</link><description>Would it make sense for the reusePool to be a dictionary of arrays instead, keyed by the reuseIdentifier? That way you don't need to potentially walk through the whole pool looking for a matching reuseIdentifier.  Although given the reuse pool isn't likely to be very big, unless you have a huge variety of different cell types, it's probably much of a muchness.</description><guid isPermaLink="true">ec820ef061f4d1c83f53d0efeb17961c</guid><pubDate>Wed, 06 Mar 2013 21:25:38 GMT</pubDate></item><item><title>Sean Heber - 2013-02-22 17:30:06</title><link>http://www.mikeash.com/?page=pyblog/friday-qa-2013-02-22-lets-build-uitableview.html#comments</link><description>If you're interested in another variation of a UITableView implementation, check out my implementation in Chameleon: &lt;a href="https://github.com/BigZaphod/Chameleon"&gt;https://github.com/BigZaphod/Chameleon&lt;/a&gt;</description><guid isPermaLink="true">53abde7573eaabf382c810144399d086</guid><pubDate>Fri, 22 Feb 2013 17:30:06 GMT</pubDate></item><item><title>Jeff Kelley - 2013-02-22 16:29:14</title><link>http://www.mikeash.com/?page=pyblog/friday-qa-2013-02-22-lets-build-uitableview.html#comments</link><description>This looks great! A companion piece on UICollectionView would be spectacular.</description><guid isPermaLink="true">ae5b902b1bcbb6924ca6e32d23587ba3</guid><pubDate>Fri, 22 Feb 2013 16:29:14 GMT</pubDate></item></channel></rss>
