Set the title of this window

Property definitions

ios :: ui $ Window :: title=
	# Set the title of this window
	fun title=(title: String) do native.title = title.to_nsstring
lib/ios/ui/ui.nit:214,2--215,62