From cb29e6a9642ada9bbe3ebb11f623c27648f2e51c Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki Date: Sun, 11 May 2014 22:14:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2aec95..464a794 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ DRCollectionViewTableLayout `UICollectionViewLayout` for displaying 2D tables, similar to those in spreadsheets. Library contains layout class and `DRCollectionViewTableLayoutManager` that acts as a proxy and allows to configure collection view, and propagate it with data in easy way. For example implementation, checkout attached demo project. -Tested under iOS 7, should work on iOS 6 (check [reported issues](../../issues) if you are planning to support iOS 6). If you are looking for specific version of the library, checkout those branches: +Tested under iOS 7, should work on iOS 6 (check [reported issues](../../issues?labels=iOS+6) if you are planning to support iOS 6). If you are looking for specific version of the library, checkout those branches: - For development version - [master branch](../../tree/master) - For v1.x.y - [branch v1](../../tree/v1)