0

It is easy to subclass UITableView. Also my UITableViewController can inherit BaseTableViewController programmatically instead of xib. But the requirement is using xib or sb to subclass. Is it possible? I have tried to drag a UITableViewController in a xib. And Xcode remind me the customization only can be done in storyboard.But in storyboard , children controllerA is connected to its parent controller. And children controllerA inherit from baseController. BaseController needn't to connect anything with segue. Am I right?

seguedestination
  • 419
  • 4
  • 19

1 Answers1

0

Static table view cells are only available when using storyboards. Take a look at this answer: How to use static cells in UITableView without using Storyboards?

Community
  • 1
  • 1
Twitter khuong291
  • 11,328
  • 15
  • 80
  • 116