Can we create an iOS app without UIWindow?

277 Views Asked by At

Can we create an empty iOS app without UIWindow. Need to create an dummy app without any ui window.

1

There are 1 best solutions below

0
On

You can. Just delete the view controllers in the storyboard file (usually Main.storyboard or MainStoryboard.storyboard) and then you won't have anything on the screen.

Also notice if you did not create a Single View app, you can start with an Empty app in Xcode create project window.

But this app will never take its way to the App Store.