- None.
- None.
- None.
- None.
- None.
- Fix to crash in iOS 11 if binary built with base SDK iOS 10.
#138
- None.
- None.
- Fix flickering column header when circular scrolling is enabled.
#131
- None.
- None.
-
Reflect the content size from the model to the view after reloading.
#126 -
Fixed an issue that
contentSize
value was slightly incorrect.
#127
- None.
-
Expose the scroll view associated with the spreadsheet view. It allows interacting the scroll view's delegate.
#115 -
Expose
adjustedContentInset
property which is introduced from iOS 11 as well asUIScrollView
.
#115
- Fix an issue that content offset jumps after reloading.
#117
- None.
- Add
stickyRowHeader
andstickyColumnHeader
options those make row/column headers stick to the top/left.
Leo Mehlig #93
-
Fix an issue that rendering of merged cells might be misaligned.
#103 -
Fixed an issue where the
scrollToItem (at: at: animated:)
method caused the view to scroll beyond the scrollable area.
#104
- None.
- None.
-
Clear cached merged cell size after reloading.
#85 -
Fix an issue that may crash when paging is enabled.
#96 -
Fix Swift 4 compilation error.
#98 -
Fix an issue that an app crashes if spreadsheet view with UINavigationController on iOS 11. #90
- None.
- None.
-
Fix an issue where
resizableSnapshotView (from: afterScreenUpdates: withCapInsets:)
does not work as intended.
#75 -
Fix an issue where the scroll area isn't correct.
#76 -
Fix scrolling doens't sync during deceleration.
#77
- None.
- Add an initializer that makes
CellRange
fromIndexPath
.
#71
-
Fix an issue that spreadsheet view doesn't render merged cells correctly.
#69 -
Fix an issue where the
rectForItem(at:)
method returns incorrect values for merged cells.
#70
- None.
- Make
contentOffset
andscrollIndicatorInsets
public.
#55
-
Fix an issue that behavior when adding subviews to spreadsheet view directly is not intuitive.
#57 -
Reset table view frame when reloading.
#60
- None.
- None.
- Reset column/row header view frame when reloading to fix a rendering issue after
reloadData()
.
#54
- Rename
Grids
/Cell.grids
toGridlines
/Cell.gridlines
. Old type and property are now deprecated. They will be removed in future version.
#30
- None.
-
Fix a view on the cell cannot receive touch events.
#42 -
Fix an issue that
reloadData()
doesn't reflect the latest state correctly.
#37
- None.
- None.
-
Fix returning incorrect rect from
rectForItem(at:)
#13 -
Fix not working
flashScrollIndicators()
method.
#14
- None.
- None.
- Fix
scrollToItem(indexPath:scrollPosition:animated:)
generates incorrect results when specified index path for merged cells.
5aab179
First Version!