Luai Kalkatawi

Results 3 comments of Luai Kalkatawi

@ArjunSa786 is this the same issue that you had before I have updated my code https://github.com/SSA111/SSASideMenu/issues/25

Any update?

My Code: ``` - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ SKSTableViewCell *cell = (SKSTableViewCell *)[tableView cellForRowAtIndexPath:indexPath]; UITableViewCell *selectedCell = [self tableView:_tableView cellForSubRowAtIndexPath:indexPath]; _selectedCellTxt = selectedCell.textLabel.text; if ([cell respondsToSelector:@selector(isExpandable)]){ if ([cell isExpandable]) {...