Link Storyboard to UIViewController with Generic
问题 I have this view controller, meant to present model object details in a generic way: class APIModelDetailsVC<T where T: APIModel>: UIViewController {...} I'd like my storyboard to use this class. I'm able to assign it in Interface Builder: I do the preparation of this ViewController in a tableview's didSelect method (including specifying the type for the generic placeholder): override func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) { print(