3

Anyone have a good comparison between KKGridView and AQGridView?

Is there a reason to use one over the other?

Jonas Gardner
  • 2,458
  • 5
  • 22
  • 28
  • 1
    AQGridView is full of crazy bugs when trying to do horizontal grid views. You can get around it, but it's lots of work. – Patrick Perini Nov 03 '11 at 18:25
  • 2
    Take a look at GMGridView. I like it more than KKGridView – Vitaly S. May 25 '12 at 10:07
  • 1
    Update: as mentioned in its [read me on Github](https://github.com/kolinkrewinkel/KKGridView), KKGridView has recently been deprecated, due to some new features coming in iOS 6. –  Jun 26 '12 at 14:19

1 Answers1

2

AQGridView looks really unstable (there are lots of issues opened on GitHub). Even its demo project works with bugs. I think it's a good reason to don't use AQGridView

Vitaly S.
  • 2,389
  • 26
  • 40