I am learning to code using iOS 14 Programming for beginners.
I was trying to place the Tab Bar buttons and confused the correct view in the scene. I was trying to add them to the Navigation Controller scene, but should have added them to the View controller scene. When I run the code the Cancel button should return to the previous scene, but does not.
How do I get rid of the actions that I have made by trying to add the tab bar to the wrong scene, assuming that this is what is causing the button not to work?
I have not added any code as I don't think that will serve any purpose at this stage.
I was trying to place the Tab Bar buttons and confused the correct view in the scene. I was trying to add them to the Navigation Controller scene, but should have added them to the View controller scene. When I run the code the Cancel button should return to the previous scene, but does not.
How do I get rid of the actions that I have made by trying to add the tab bar to the wrong scene, assuming that this is what is causing the button not to work?
I have not added any code as I don't think that will serve any purpose at this stage.