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.
我正在使用 TTThumbsViewController 来显示缩略图网格,非常简单。然而,困难的部分是如果我想在网格底部显示自定义视图怎么办?而且我不希望视图成为可滚动网格的一部分。如何调整缩略图网格的大小,然后将我自己的视图附加到此控制器的视图?将此视图视为自定义工具栏之类的东西
您需要创建一个包含 TTThumbsViewController 和您自己的自定义 ViewController 的父 ViewController。如果您需要以编程方式调整 TTThumbsViewController 的大小,您可以通过 view 属性访问实际视图并设置它的 frame 属性。