ios-samples/WorkingWithTables
Brad Umbaugh 3392dd3a8e Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
..
Part 2 - Populating a table with data Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
Part 3 - Customizing a Table's appearance Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
Part 4 - Editing Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
Screenshots [WorkingWithTables]Adding Sample for docs purposes 2015-06-30 00:13:27 -04:00
Metadata.xml [WorkingWithTables]Adding Sample for docs purposes 2015-06-30 00:13:27 -04:00
README.md [WorkingWithTables]Adding Sample for docs purposes 2015-06-30 00:13:27 -04:00

README.md

Working With Tables

This collection of small samples shows how to use tables in Xamarin.iOS. The directory structure reflects the collection of article in the developer centre on Working with Tables and Cells.

Part 2 - Populating a Table with Data

Part 3 - Customizing a Table's Appearance

Part 4 - Editing

Also related to these samples are:

  • StoryboardTable, which describes how to access a table created in a storyboard, via code.
  • TableEditing, which shows how to implement swipe to delete in a cell.