ios :: UITableView :: new
[self initWithFrame:(CGRect)frame style:(UITableViewStyle)style]
	# Wraps: `[self initWithFrame:(CGRect)frame style:(UITableViewStyle)style]`
	new (style: UITableViewStyle) in "ObjC" `{
		return [[UITableView alloc] initWithFrame: [[UIScreen mainScreen] bounds] style:style];
	`}
					lib/ios/ui/uikit.nit:588,2--591,3