Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

On click of row how to dynamically add subrows in SKSTableview #51

Open
sakshigidwani93 opened this issue May 15, 2016 · 0 comments
Open

Comments

@sakshigidwani93
Copy link

In didSelectRowAtIndexPath, i want to dynamically subrows but this code is not working.

This is my array
_arr_Alphabets = [[NSMutableArray alloc] initWithObjects:
@[
@[@"A",@"A1",@"A2"],
@[@"B", @"B1",@"B2"],
@[@"C", @"C1",@"C2"],
], nil];
trying to insert object a3 after a2
[[[_arr_Alphabets objectAtIndex:0] objectAtIndex:0] insertObject:@"A3" atIndex:3];

error unrecognized selector sent to instance

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant