objective-c - 多个可滚动 subview / TableView

标签 objective-c ios ipad uiviewcontroller uiscrollview

我正在开发一个 iPad 应用程序,我需要与此应用程序中的 iPad 屏幕截图类似的功能:

TSN: iPad Edition

基本上,我可以在一个屏幕上滚动浏览许多 subview ,甚至某些 subview 可以彼此重叠,然后可以关闭。

我想到的第一个想法是在 UIScrollView 中插入多个 subview ,然后进行简单的滚动,但是它们如何在彼此之上滚动等等。 see the picture in the middle where it has 2 subviews open and they are scrollable on top of each other

最佳答案

您的屏幕截图看起来与 CLCascade 库非常相似。你可以在github上找到它,地址:https://github.com/appunite/CLCascade 。链接的图像中有示例的屏幕截图。

enter image description here

请注意,主干不是最新的,请查看分支,看看什么更适合您的需求。

关于objective-c - 多个可滚动 subview / TableView ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13240305/

相关文章:

iphone - 在这种情况下,@synchronize 是否可以防止竞争条件?

ios - 如何将.cpbitmap转换为可读图像(png,jpg,jpeg…)

ios - 在类中设置和删除布局

ios - MPMoviePlayerController 无法播放本地视频

ios - 委托(delegate)是否仍然不安全未保留?

css - FlexSlider iPad/Mac 样式问题(大卡特尔)

ios - UIPopoverPresentationController 不调用 UIAdaptivePresentationControllerDelegate 方法

ios - 如何在 sd_setImageWithURL 加载的单元格中将 tintcolor 更改为 uiimage?

ios - 在 iOS 中正确使用 View Controller 和 MVC 模式

objective-c - 如何检测退格键何时被长按?