the error i get is expected statement before else
whats wrong?
Code:
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section{
if(section == 0)
return @"Ways to contact us";
else
return @"Other Settings";
else
return @"Our Website";
whats wrong?