Wraps: UIView.frame =

Property definitions

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