ios - XCode Storyboard and UIViewController instantiation -
good afternoon,
i have storyboard configured have difficulty 1 aspect.
i using uitableview recreate directory structure i.e. folder>subfolder>files. structure going different every user , structure supplied via api. have uitableviewcontroller within storyboard.
how can recreate in storyboard?
currently recreating instance of uitableviewcontroller class , pushing on uinavigationcontroller of course lose of assigned segues.
thanks
i'd expect 1 scene represent folder hierarchy. single uitableviewcontroller table 2 prototype table view cells. 1 table view cell folders, other files. table cell folders have push segue leading in loop table view controller. file segue lead ever scene uses files.
you can use table view data source , delegate methods drive table view , fill instances of prototype cells.
Comments
Post a Comment