Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建类似下面的东西。
有没有我可以使用的示例代码?
我看到了JKExpandTableView,但它有点令人困惑。
我要找的东西有什么简单的代码吗?
我在下面的链接中找到了一些基本示例。
http://sugartin.info/2011/07/20/447/
这很容易实现......
您可以使用TLIndexPathTools轻松地将这类东西放在一起。它提供了一些较低级别的组件,用于对表进行动态处理。
看一下“折叠”示例项目。它做可扩展的部分。还有可扩展树的“大纲”示例项目。