I'm developing a custom class.
The goal is user will add a UITableViewController
to the storyboard and set its class to mine.
and my class will fill the tableView
.
Here's my question: I want to give the user to set some attributes like header color, etc in storyboard, but @IBdesignable
can't be used for UITableViewController
Any idea?