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.
我在我的项目中设置了 Kal 日历。我已经从 xib 文件中添加了我的自定义单元格。它显示正确,但无法以任何方式更改单元格高度。在 xib 文件中尝试过,在“heightForRowAtIndexPath”中尝试过,但根本没有用。
还有什么我应该尝试的吗?
您可以通过修改KalGridView中提到的kTileSize的值来更改 Kal 日历中的单元格高度。
常量 CGSize kTileSize = { 46.f, 44.f };
除此之外,您还可以更改kHeaderHeight以增加/减少标题标题。