Wraps: UIView.backgroundColor =

Property definitions

ios $ UIView :: background_color=
	# Wraps: `UIView.backgroundColor =`
	fun background_color=(color: UIColor) in "ObjC" `{
		self.backgroundColor = color;
	`}
lib/ios/ui/uikit.nit:69,2--72,3