Xcode single view app

Hi
I am learning Xcode and I need to use “single view app” that is supposed to be under IOS. I am not able to find it. amAny help would be appreciated
The project template named “single view app” is removed from recent versions of Xcode.

The template App is equivalent to Single View App, so choose it.
Seems you are using a very old tutorial? (In Xcode world, one year is very old.)

Please do not forget to choose the right values for Interface and Life Cycle.

You should better find a tutorial (or a book?) written for the version of Xcode you are using.
Thank you for your response. I am very knew to this so I don't have much knowledge about Xcode. I am using Apple's own lesson ebook "Develop with swift fundamentals". I was wondering if you could recommend be a resource to learn Xcode.

Thank you so much!
Accepted Answer

I am using Apple's own lesson ebook "Develop with swift fundamentals".

Unfortunately, some of the Apple's resources are very old.

I was wondering if you could recommend be a resource to learn Xcode.

Sorry, but I have not tried any of the tutorials recently so I do not have enough info about which resources I should recommend.
But you can find many resources on line, you may choose one or more which has a note for Xcode 12.4.
(Or any version you are using.)
If you use any of the latest tutorials and still find some difficulties, the dev forums would help.
Xcode single view app
 
 
Q