I am creating tableView programmatically i want to set tableView style group but how to give that tableView alloc has only frame how we can set this values.
refer a following code.
UITableView *tableView = [[UITableView alloc] initWithFrame:CGRectMake(0,0,your_width,your_height) style:UITableViewStyleGrouped];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With