<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Uitableview on Dean’s blog</title><link>https://blog.thomasdurand.fr/tags/uitableview/</link><description>Recent content in Uitableview on Dean’s blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 09 Nov 2016 12:00:00 +0000</lastBuildDate><atom:link href="https://blog.thomasdurand.fr/tags/uitableview/index.xml" rel="self" type="application/rss+xml"/><item><title>iOS disclosure indicators done right</title><link>https://blog.thomasdurand.fr/story/2016-08-12-ios-disclosure-indicator-done-right/</link><pubDate>Fri, 12 Aug 2016 12:00:00 +0000</pubDate><guid>https://blog.thomasdurand.fr/story/2016-08-12-ios-disclosure-indicator-done-right/</guid><description>&lt;p class="outdated"&gt;&lt;em&gt;This story might be outdated:&lt;/em&gt;&lt;br&gt;This code was last updated for &lt;strong&gt;Swift 3&lt;/strong&gt; with &lt;strong&gt;Xcode 8.1&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Disclosure indicators are very common in an iOS application, and they allow the
user to know that if they select a cell, they will be pushed somewhere else.
You can also read &lt;a href="https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/TableView_iPhone/TableViewStyles/TableViewCharacteristics.html" target="_blank" rel="noopener noreferrer"&gt;Apple documentation&lt;/a&gt; about them.&lt;/p&gt;</description></item><item><title>iOS basics: UITableView setup with Swift 3</title><link>https://blog.thomasdurand.fr/story/2016-08-07-ios-basics-tableview-setup/</link><pubDate>Sun, 07 Aug 2016 12:00:00 +0000</pubDate><guid>https://blog.thomasdurand.fr/story/2016-08-07-ios-basics-tableview-setup/</guid><description>&lt;p class="outdated"&gt;&lt;em&gt;This story might be outdated:&lt;/em&gt;&lt;br&gt;This code was last updated for &lt;strong&gt;Swift 3&lt;/strong&gt; with &lt;strong&gt;Xcode 8.1&lt;/strong&gt;. This code would be today either made using SwiftUI, or using &lt;code&gt;UITableViewDiffableDataSource&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Now that I begin to feel very familiar with &lt;em&gt;Swift&lt;/em&gt; syntax and &lt;em&gt;iOS&lt;/em&gt; app design; and that I am totally convinced by how easy it is to do swift code, I want to share with you how to use it to make one of the more common &lt;abbr title="User Interface"&gt;UI&lt;/abbr&gt; and &lt;abbr title="User eXperience"&gt;UX&lt;/abbr&gt; of &lt;em&gt;iOS&lt;/em&gt;: a TableView presentation for &lt;em&gt;iOS&lt;/em&gt; !&lt;/p&gt;
&lt;p&gt;This is the first article about &lt;em&gt;iOS&lt;/em&gt; development on this blog and I really hope I will manage to write more.&lt;/p&gt;</description></item></channel></rss>