码迷,mamicode.com
首页 > 移动开发 > 详细

IOS Swift UITableView

时间:2015-06-13 12:59:09      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:

选中后消失

    func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) {
        tableView.deselectRowAtIndexPath(indexPath, animated: true)
    }


IOS Swift UITableView

标签:

原文地址:http://my.oschina.net/u/1273583/blog/466327

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!