如何在Xamarin.iOS本机平台中扩展tableview单元格?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在Xamarin.iOS本机平台中扩展tableview单元格?相关的知识,希望对你有一定的参考价值。

我正在尝试在Xamarin中开发一个应用程序,我需要扩展tableview单元格,但我对此一无所知。任何人都可以告诉我在Xamarin.ios中实现可扩展/可折叠表格单元吗?

答案

您可以参考几个示例和教程,您也可以尝试自己完成:

  • 如果要扩展tableView,请插入一些行或部分:tableView.InsertRows(new NSIndexPath[] { }, UITableViewRowAnimation.Automatic);
  • 如果要折叠,请尝试使用delete方法:tableView.DeleteRows(new NSIndexPath[] { }, UITableViewRowAnimation.Automatic);

您可以查看这些帖子了解更多详情:

TableView expanding and collapsing section with animation on touch

Create expandable tableview in Xamarin.iOS?

和样品:

https://github.com/b099l3/StackOverflow/tree/master/ExpandableTableView https://github.com/TheEightBot/EightBot.AutoExpandAndCollapse https://github.com/brminnick/ExpandableList https://github.com/iSofTom/STCollapseTableView

以上是关于如何在Xamarin.iOS本机平台中扩展tableview单元格?的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Xamarin.iOS 中正确包装本机 c 库

Xamarin简介

Xamarin.forms(或)xamarin.ios/xamarin.android(或)本机

在 Xamarin.IOS 中执行本机代码时获得 SIGSEGV

从 Xamarin.iOS 绑定库中引用 Storyboard

“无效的 Swift 支持”在 Xamarin.iOS 中使用本机 Swift 库