Wraps: UITextField.text

Property definitions

ios $ UITextField :: text
	# Wraps: `UITextField.text`
	fun text: NSString in "ObjC" `{
		return [self text];
	`}
lib/ios/ui/uikit.nit:459,2--462,3