Wraps: UIView.bounds =

Property definitions

ios $ UIView :: set_bounds
	# Wraps: `UIView.bounds =`
	fun set_bounds(x, y, w, h: Float) in "ObjC" `{
		self.bounds = CGRectMake(x, y, w, h);
	`}
lib/ios/ui/uikit.nit:49,2--52,3