Posts

Post marked as solved
9 Replies
If you're trying to follow an older tutorial that requires you to make a Single View App (that option isn't there in XCode anymore), you can just create an "App" with storyboard selected instead of swiftUI. That will get you close. If you want the exact folder/file structure of Single View App, you can use this github template as well: https://github.com/jcross0204/ios-single-view-app-template/tree/master
Post not yet marked as solved
8 Replies
Hi, Not sure if you're still looking for an answer to your question or not, but I've noticed a lot of people complaining that this template isn't available any longer. I had an old project with only a couple edits I had made to it, I undid those edits and pushed the code up to github as a template. So you can use this if you want: https://github.com/jcross0204/ios-single-view-app-template/tree/master Let me know if you have any problems with it!