Wraps: self.title

Property definitions

ios $ UIViewController :: title=
	# Wraps: `self.title`
	fun title=(title: NSString) in "ObjC" `{ self.title = title; `}
lib/ios/ui/uikit.nit:114,2--115,64