Skip to content

Instantly share code, notes, and snippets.

@ChrisFlannagan
Created July 29, 2016 17:32
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 ChrisFlannagan/e6a8681922de77c13cf2121d7f5d3fd3 to your computer and use it in GitHub Desktop.
Save ChrisFlannagan/e6a8681922de77c13cf2121d7f5d3fd3 to your computer and use it in GitHub Desktop.
<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="loaded">
<StackLayout>
<Label text="Our Posts" class="title"/>
<ListView height="100%" items="{{ postList }}">
<ListView.itemTemplate>
<Label class="post-title" text="{{ postName }}" textWrap="true" horizontalAlignment="left" />
</ListView.itemTemplate>
</ListView>
</StackLayout>
</Page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment