Skip to content
Eonist edited this page Mar 20, 2017 · 2 revisions

Case study of the Table element

img

Example:

CSS:

/*coming soon*/

swift:

/*coming soon*/

XML:

<item>
	<item title="#">
		<item title="1"/>
		<item title="2"/>
		<item title=""/>
		<item title=""/>
	</item>
	<item title="Fruite">
		<item title="Oranges"/>
		<item title="Apples"/>
		<item title="Pears"/>
		<item title="Grapes"/>
	</item>
	<item title="Color" order="alphabetic">
		<item title="Yellow"/>
		<item title="Green"/>
		<item title=""/>
		<item title=""/>
	</item>
</item>

Notes:

Dedicated github repo for testing the table: here

Tasks:

  • Create the NSView sort method in swift
  • SliderTable
  • RBSliderTable
  • EditableTable
  • Write more modification and parsing tests
Clone this wiki locally