Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 473 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 473 Bytes

Xamarin-iOS-CollapsibleListView

A Collapisble List view created using UITableView - Xamarin.iOS

This sample demonstrate how to crate an expandable-collapsible list view in Xamarin.iOS. It has Parent and child rows which can be expanded or collapsed on click of the Parent item.

Add Parent without any child elements. Add an action for specific item click event. Add switch to display the On/Off status of perticular item. Add simple plain text without any click event.