Creating iOS Project Without Storyboard

Adil
itsaboutcode-ios
Published in
1 min readMar 24, 2017
  1. Select the Application Target
Select Application Target

2. Delete the Main Interface

Delete the Main Interface

3. Put the code below in your application:didFinishLaunchingWithOptions: method

Create iOS Application Without Storyboard

--

--