AQGridView
AQGridView copied to clipboard
Do not rely on custom edge inset properties; move to edgeInsets
AQGridView inherits UIScrollView but does not fully utilize edgeInsets, and in some cases setting top and bottom insets would cause layout issues.
Reference:
- https://github.com/AlanQuatermain/AQGridView/issues/137
- http://stackoverflow.com/questions/10730431/uiscrollview-with-contentinset-breaks-uisearchbar-autofocus#comment13940021_10730431
+1