Is there any chance of adding a tabular format of iOS versions, specifically betas, to Front Page -> iOS? I don't see any other site doing this, and think it would be valuable to our members, even those who follow betas, but not actually install them.
I'm thinking something such as (dates are just examples):
Columns:
iOS Version
GA Release
Betas
HTML Code (disclaimer: I'm obviously not an HTML guy):
I'm thinking something such as (dates are just examples):
Columns:
iOS Version
GA Release
Betas
HTML Code (disclaimer: I'm obviously not an HTML guy):
Code:
<table>
<tr>
<th>iOS Version</th>
<th>GA Release</th>
<th>Betas</th>
</tr>
<tr>
<td>10.3</td>
<td>Not yet released</td>
<td>Dev Beta 1 - 12/1/2016<b>Public Beta 1 - 12/7/2016<b>Dev Beta 2 - 1/8/2017<b>Public Beta 2 - 1/8/2017</td>
</tr>
<tr>
<td>10.2</td>
<td>10/1/2016</td>
<td>Beta 1 - 7/1/2016<b>Beta 2 - 8/1/2016</td>
</tr>
</table>