tableView默认选中第一个值

// 默认显示第一个数值

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

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

    }

posted on 2015-07-20 11:26  哈利波特大  阅读(364)  评论(0编辑  收藏  举报