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.
我需要有一个类似 iPad 应用程序的电子表格。我需要为应该非常平滑的电子表格生成网格。
我对网格的每个单元格都使用了 UILabel 和 UIView ,但是它很重。
哪个组件适合生成网格?
网格的列和行应该可以调整大小。
蒂亚格什
我在使用AQGridView创建类似界面的电子表格方面取得了一些成功。