Ensure `UITableViewDataSource` and `UITableViewDelegate` are set before reloading bound `UITableView`
This prevents an issue in which initial data would not be loaded if it was ready before bind
was called on the UITableView
This prevents an issue in which initial data would not be loaded if it was ready before bind
was called on the UITableView