ios-samples/WorkingWithTables
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
Part 2 - Populating a table with data Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Part 3 - Customizing a Table's appearance Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Part 4 - Editing Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots
Metadata.xml
README.md onboard missing samples 2019-08-02 09:09:43 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Working With Tables Collection of small samples shows how to use UITableView to build lists in Xamarin.iOS sample
csharp
xamarin
workingwithtables

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.