Hi, I have a feature in app, where I have a list of items through tableView(1), when clicked on item, it redirects me to a new VC(2) (contains imageView, TextField, button). A button on the new VC redirects to a new VC containing a new list of items (to-do list for particular item).
Because im going to have multiple items on the first list tableView(1) (up to 300) with different attachements (different image, text, button redirecting to unique to-do list), is it possible to use some function/switch from VC(2) , so I dont have to make new viewControllers over and over again ? Thank you for replies
Because im going to have multiple items on the first list tableView(1) (up to 300) with different attachements (different image, text, button redirecting to unique to-do list), is it possible to use some function/switch from VC(2) , so I dont have to make new viewControllers over and over again ? Thank you for replies