guys, here is the scenario. i have a list of Strings (like an array). but each node of this list should refer to an string array.
As you can see in the below figure you can see, each website has a list which contain all the web pages' links.
what is the best way to implement it in Objective-C ?
As you can see in the below figure you can see, each website has a list which contain all the web pages' links.
what is the best way to implement it in Objective-C ?