Vote count:
0
So I am trying to have a TableViewController with static cells, navigated to by another TableViewController and that TableViewController is inside another TableViewController and that TableViewController is inside another TableViewController. Basicly I want a Big Topic Table, Small Topic Table, List of Items in the Small Topic, then a TableViewController that is static, to display the information provided from the previous TableViewController's. I am using an if Statement.
I have a TableViewController and a TableViewCell for 3 Tables, and a TableViewController for the "Detail View".
I am using if statements.
For example, in the the second TableViewController (Table2.m)I have in ViewDidLoad,
if ([_DetailModal1 isEqualToArray:@[@"a"]]) {
_Title = @[@"a1",
@"a2",
@"a3",];
}
Below is a Google Drive link to a zip of my project. I have looked everywhere on the internet and CAN'T FIND ANYTHING! It would be so great if someone could help. It is kind of complicated to put pieces of the code on here, so here is the link. http://ift.tt/1AS3JmE
How would you populate a table from an array that is created by another array? So that you can have a topic, step, detail?
Aucun commentaire:
Enregistrer un commentaire