Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Would you like to see an iOS version table on MacRumors?

  • Yes, betas only

    Votes: 0 0.0%
  • Yes, GA and betas

    Votes: 1 100.0%
  • Yes, GA only

    Votes: 0 0.0%
  • No

    Votes: 0 0.0%

  • Total voters
    1
  • Poll closed .

belvdr

macrumors 603
Original poster
Aug 15, 2005
5,945
1,372
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):

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>
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.