Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Created November 30, 2018 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfversluis/7d8799b0678a60b78c0529ab324d3009 to your computer and use it in GitHub Desktop.
Save jfversluis/7d8799b0678a60b78c0529ab324d3009 to your computer and use it in GitHub Desktop.
TableSection with TextColor
<?xml version="1.0" encoding="utf-8"?>
<ContentPage ...>
<TableView>
<TableSection Title="Section 1" TextColor="Yellow">
...
</TableSection>
</TableView>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment