I only want to add new classes, and the corresponding viewcontroller does not have to be added to storyboard every time
when I am in navigation mode, the first page is to add a tableview, and click on the name of each province in tableview cell (to jump to the corresponding page (the introduction page of each province).
if I have a hundred cells, I can create a hundred new classes, but I don"t want to drag a hundred viewcontroller out of the storyboard. What if it is implemented in code?