I am developing a tabbed application.
When I create a new view controller and link it to the tab bar controller, unlike the other two default view controllers, this one has no viewcontroller.swift
file.
How can I create this file?
I am using Xcode 6 and developing the app in Swift.
.swift
file? Since yourViewController.swift
will be the file for use in Swift. – Commonly