salmaanahmed/PaginatedTableView

Swift5 compile error

Closed this issue · 1 comments

If build settings is set to Swift5 rise up a compile error.

private(set) var isLoading = false

Cannot override with a stored property 'isLoading'

how can i solve ?

This is for internal use, why do you need to override isLoading property as paginatedTableView takes care of it itself?