标签: ios xcode swift
创建cocoa touch类时,新文件始终为空:
import Cocoa class UpcomingEvents: UITableViewController { }
如何设置Xcode以允许在创建文件时自动填充tableView覆盖函数?