Wraps: [self initWithFrame:(CGRect)frame style:(UITableViewStyle)style]

Property definitions

ios $ UITableView :: new
	# 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