SyntaxFix
Write A Post
Hire A Developer
Questions
Below code Worked for me, I am also using UITableview class
- (id)initWithStyle:(UITableViewStyle)style { self = [super initWithStyle:UITableViewStyleGrouped]; if (self) { } return self; }