Wraps: UITextField.text

Property definitions

ios $ UITextField :: text=
	# Wraps: `UITextField.text`
	fun text=(text: NSString) in "ObjC" `{
		self.text = text;
	`}
lib/ios/ui/uikit.nit:464,2--467,3