iOS Mobile Table Font

Is there a way to alter the font size of an iOS mobile table? I can’t seem to find anything on it.

There are two ways:

  1. Use a custom cell with a Label and change the font applied to the label.

  2. Use iOSdesignExtensions GitHub - jkleroy/iOSDesignExtensions: 100+ functions to extend iOSControls design

2 Likes

Thanks, checking into this now.

Ding, ding, ding, correct answer! I accidentally found out that cell.Text, cell.DetailText, and cell.Image still can be used with a custom cell. Don’t, that leads to madness.

This worked. Thanks!