Skip to content

Commit a20a9ce

Browse files
committed
Small fix
1 parent 1002b03 commit a20a9ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples/ImoTableViewExample/ImoTableViewExample/SpaceExampleVC.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class SpaceExampleVC: BaseViewController {
4444

4545
table.add(section: section)
4646

47-
space.height = table.spaceBetwenLastCellAndTableBottom()
47+
space.height = table.spaceBetweenLastCellAndTableBottom()
4848
table.update()
4949
}
5050

0 commit comments

Comments
 (0)