All things equal, how does -[NSBundle loadNibNamed:owner:options:] compare to -[UITableViewCell initWithStyle:reuseIdentifier] in execution time when creating a custom UITableViewCell?
Assuming properties, layout (constraints) for the UITableViewCell and related to its view hierarchy are set under IB.