tableView默认选中第一个值

// 默认显示第一个数值

    if (_bankCodeArray && _bankCodeArray.count > 0) {

        [self tableView:_dropTableView didSelectRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0]];

    }

1
原文地址:https://www.cnblogs.com/fantasy3588/p/4660947.html