Type of the native implementation of this control

Property definitions

ios :: ui $ Control :: NATIVE
	# Type of the `native` implementation of this control
	type NATIVE: NSObject
lib/ios/ui/ui.nit:173,2--174,22

ios :: ui $ View :: NATIVE
	redef type NATIVE: UIView
lib/ios/ui/ui.nit:178,2--26

ios :: ui $ Window :: NATIVE
	redef type NATIVE: NitViewController
lib/ios/ui/ui.nit:208,2--37

ios $ TableView :: NATIVE
	redef type NATIVE: UITableView
lib/ios/ui/ui.nit:502,2--31

ios :: ui $ Layout :: NATIVE
	redef type NATIVE: UIStackView
lib/ios/ui/ui.nit:232,2--31

ios :: ui $ ListLayout :: NATIVE
	redef type NATIVE: UIScrollView
lib/ios/ui/ui.nit:441,2--32

ios :: ui $ Label :: NATIVE
	redef type NATIVE: UILabel
lib/ios/ui/ui.nit:277,2--27

ios :: ui $ CheckBox :: NATIVE
	redef type NATIVE: UIStackView
lib/ios/ui/ui.nit:309,2--31

ios :: ui $ TextInput :: NATIVE
	redef type NATIVE: UITextField
lib/ios/ui/ui.nit:363,2--31

ios :: ui $ Button :: NATIVE
	redef type NATIVE: UIButton
lib/ios/ui/ui.nit:403,2--28