开发者

How do I create a Grid like Excel on iOS? [closed]

开发者 https://www.devze.com 2023-02-22 21:04 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonab开发者_JAVA技巧ly answered in its current form.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonab开发者_JAVA技巧ly answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

In my project, inside a view I want to create a grid (gridview) as excel grid. What tools can I use?


NSMatrix and NSCollectionView are not available on iOS. Have a look at AQGridView: https://github.com/AlanQuatermain/AQGridView

(If you're attempting to build something as complex as a spreadsheet, though, you might eventually find that you need to build something custom.)


Sounds like you want to take a look at NSMatrix or possibly NSCollectionView depending on what you want to store in your table cells. NSMatrix would be the direct analog to the Excel grid.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号