标签:
选中后消失
func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) { tableView.deselectRowAtIndexPath(indexPath, animated: true) }
IOS Swift UITableView
原文地址:http://my.oschina.net/u/1273583/blog/466327