Skip to content

Commit 26083db

Browse files
committed
Update Readme.md
1 parent 9bf52d4 commit 26083db

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ var paginationEnabled: Bool = true
4747
</p>
4848

4949
## Requirements
50-
- Xcode 8.0+
51-
- Swift 3.0+
52-
- iOS 8.0+
53-
- [SwiftLint](https://github.com/realm/SwiftLint) (Optional, but _highly_ suggested)
54-
55-
## Note
56-
GLTableCollectionView is written using Swift 3.0 so it would only support iOS 8.0+ due to Swift 3 language compatibility, if you use Swift 2.0 in your project or you need iOS 7.0+ compatibility GLTableCollectionView will work too, but you **must** convert `UITableView` and `UICollectionView` Data Source and Delegate methods signatures before building your code or Xcode won't compile.
50+
- Xcode 9.0+
51+
- Swift 4.0+
52+
- iOS 9.0+
53+
- [SwiftLint](https://github.com/realm/SwiftLint) (Optional, but _highly_ suggested)

0 commit comments

Comments
 (0)