Change Log

All notable changes to this project will be documented in this file.


0.7.6 (2022-03-02)

Fixed minor deprecation warning. Updated deployment target to 12.0.

0.7.5 (2021-02-13)

Fixed issue where sticky rows are not offset correctly when scrolling and section headers are not sticky. Issue #61

0.7.4 (2021-02-05)

Updated functionality and demos for ObjC usage. Included pull request #57

0.7.3 (2020-04-10)

Added Demo project using SwiftUI

0.7.2 (2020-04-07)

Added SPM compatibility

0.7.1 (2019-06-02)

Updated build to Swift 5.0. Separated Height gathering from size to prevent odd width requests.

0.7.0 (2019-03-17)

Updated build to Swift 4.2. Added sorting demo to Pretty Example.

0.6.7 (2018-10-28)

Exposed get for internal collectionview. Cleaned up Pretty Example.

0.6.6 (2018-10-13)

Added ability to get gesture locations for internal collectionView. (Issue #41) Renamed Source folder.

0.6.5 (2018-08-29)

Fixed an issue when scrolling to frozen columns. (Issue #39)

0.6.4 (2018-07-01)

Fixed a memory leak. (Issue #37)

0.6.3 (2018-05-27)

Fixed issues when scrolling to rows in sections with frozen rows as well as scrolling to rows that would push the content area outside of the expected view frame. (Issue #35)

0.6.2 (2018-02-19)

Built using cocoapods 1.4.0. Slight update to documentation/example.

0.6.1 (2017-10-22)

Added methods and properties around getting cells and index paths for visible cells.

0.6.0 (2017-10-01)

Updated to use Swift 4 settings.

0.5.2 (2017-09-18)

Fixed issues with scrolling to cells. All cell based scrolling will position correctly now (Issue #27)

0.5.1 (2017-08-24)

Fixed problem where row heights were not properly used when calculating row position. (Issue #24)

0.5.0 (2017-06-17)

Added the ability to use NIBs for cells and reusable views (Issue #17). Improved the ability to use IB. Separated classes to improve readability. Note: Swift cell registration methods have been renamed to be cleaner.

0.4.0 (2017-05-13)

Updated the project structure to be cleaner and allow for further optimization.

0.3.6 (2017-05-07)

Fixed some logic issues with frozen rows.

0.3.5 (2017-05-07)

Added the ability freeze rows. Requested in issue #13

0.3.4 (2017-03-25)

Added some missing common functionality reported in issue #10

0.3.3 (2017-02-22)

Fixed grouped header height issue reported in issue #8

0.3.2 (2017-02-20)

Fixed a reference issue reported in issue-6

0.3.1 (2017-01-28)

Added grouped headers. Fixed minor issues with section footers and example project paths.

0.3.0 (2016-12-05)

Updated to Swift 3.0

0.2.1 (2016-04-02)

Added in some documentation/commenting.

0.2.0 (2016-03-25)

Small update to address Swift 3 compatibility and some naming issues.

0.1.0 (2016-02-27)

Initial Release.