Xcode 7 Swift 2 impossible to instantiate UIViewController subclass of generic UITableViewController
问题 I have a generic class: class PaginatedTableViewController <GenericElement, Source: PaginationDataSource where Source.PaginatedGenericElement == GenericElement>: UITableViewController and another that I try to instantiate from storyboard: class CandidatesTableViewController: PaginatedTableViewController<Match, MatchPaginationDataSource> I can't find CandidatesTableViewController in the storyboard Custom Class dropdown menu. If I force it then cast my controller in code, app crashes at runtime