UITableView的多选在MonoTouch的 [英] UITableView Multiselect in MonoTouch

查看:184
本文介绍了UITableView的多选在MonoTouch的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有麻烦搞清楚如何实现以下样式多点触控的UITableView 与MonoTouch的:

I am having trouble figuring out how to implement the following style multitouch UITableView with Monotouch:

我在的UITableView 工作与滑动删除功能。我还添加了以下内容:

I have the UITableView working with the 'slide to delete' functionality. I've also added the following:

logsTable.AllowsMultipleSelection = true;
logsTable.AllowsMultipleSelectionDuringEditing = true;



,让我来选择行,但是圆和扁虱不会出现。 ?这是一个默认的iOS功能或做我必须单独实现它

Which allows me to select the rows, however the circles and ticks do not appear. Is this a default iOS feature or do I have to implement it separately?

推荐答案

您只需要添加:

logsTable.SetEditing(真实,真实);

或隐藏

logsTable.SetEditing(假,真);

这篇关于UITableView的多选在MonoTouch的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆