I am a newbie. I bumped into a few problems in the course of developing iOS swift app. with your explanation, I will learn how to use the best practices. here my questions I wanted to know the reasons and use the simple ways to solve:
I accidentally deleted the main.storyboard file. However, I got back up. I thought to start fresh. I delete the project and created a new one with exact same name. I deleted the new main storyboard file in it and copy the old main story file as well as the other files into Top level folder (App folder). I rebuilt it and it run.
here my questions:
I see other samples, I notice the Main storyboard file is inside Base.lproj folder. But in my project, the main storyboard file is not in it when open in Xcode v7.3. I open the App Folder in DeskTop, I dont see main storyboard file in Base.lproj. But this file is in App Folder. is this ok?
I run it a couple of time, I don't see Tests folder like ProjectNameTests as well. Is this ok?
If I manually move the main storyboard file into Base.lproj, it will have compiling issue.
is this way of restoring files ok? Copy the old files into the Top level folder ok?
What will be the correct ways to handle if I have backup for project.
Apprciate your help on this matter.
Thanks