Set the placeholder text, shown in light gray when the field is empty

Property definitions

ios :: ui $ TextInput :: placeholder=
	# Set the placeholder text, shown in light gray when the field is empty
	fun placeholder=(text: Text) do native.placeholder = text.to_nsstring
lib/ios/ui/ui.nit:379,2--380,70