How to design and create a GridView using UIScrollView or UITableView

后端 未结 4 1099
天涯浪人
天涯浪人 2020-12-15 08:39

I think GridView is a very common view in many situation. As a beginner in iOS, I just wonder why iOS didn\'t provide a GridView class. So here\'s my question, how to design

4条回答
  •  旧巷少年郎
    2020-12-15 09:12

    So I have been delving into this over the past few days and there are a few more options that I have found worthwhile (some of these other posters have already mentioned, but I am mentioning again for completeness):

    https://github.com/AlanQuatermain/AQGridView (Free)

    http://ioscomponents.com/Home/Products (Commercial - lots of features 29 USD)

    https://www.developergarden.com/en/marketplace/components/details/cmp/ios-data-grid-table-view (commercial 129 USD)

    http://www.binpress.com/app/vertical-horizontal-scrolling-datagrid-for-ios/1082 (Commercial 129 USD)

    Infragistics has one too: http://www.infragistics.com/products/ios USD 295 (USD 995 if you want support).

提交回复
热议问题