I want to set the default selected row by selectRow(at:animated:scrollPosition:). But the document said calling this method does not cause the delegate to receive a tableView(_:didSelectRowAt:) message.
How to set the default selected row and call the tableView(_:didSelectRowAt:)?