Number of sections in this view

By default, we assume that all items are in a single section, so there is only one section.

iOS callback: numberOfSectionsInTableView

Property definitions

ios $ TableView :: number_of_sections_in_table_view
	# Number of sections in this view
	#
	# By default, we assume that all `items` are in a single section,
	# so there is only one section.
	#
	# iOS callback: `numberOfSectionsInTableView`
	protected fun number_of_sections_in_table_view(view: UITableView): Int
	do return 1
lib/ios/ui/ui.nit:545,2--552,12